mlipok / Au3LibreOffice

AutoIt UDF for Libre Office API/SDK
https://www.autoitscript.com/forum/topic/210514-libreoffice-writer-udf-version-0003
MIT License
2 stars 1 forks source link

Ternary fixing #70

Closed donnyh13 closed 11 months ago

donnyh13 commented 11 months ago

Pull request

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
Please ensure you have read and noticed the checklist below.

Checklist

Put an x in the boxes that apply. If you're unsure about any of them, don't hesitate to ask. We are here to help!
This is simply a reminder of what we are going to look for before merging your code.

Types of changes

Please check x the type of change your PR introduces:

What is the current behavior?

Please describe the current behavior that you are modifying, or link to a relevant issue.
** |-->: The Ternary operators I had used did not have parenthesis around all three elements.

What is the new behavior?

Please describe the behavior or changes that are being added by this PR.
** |-->: All ternary elements are surrounded by parenthesis as per AutoIt Help file recommendation.

Influences and relationship to other functionality

Describe how the changes will affect other functions, potential script breaking changes, etc.
** |-->: Shouldn't break anything.

Additional context

Add any other context about the problem here.
** |-->:

System under test

Please complete the following information.