diff options
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/accessibleselectionhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/accessibleselectionhelper.hxx b/include/comphelper/accessibleselectionhelper.hxx index c4e060e2b664..f23749377281 100644 --- a/include/comphelper/accessibleselectionhelper.hxx +++ b/include/comphelper/accessibleselectionhelper.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/accessibility/XAccessibleSelection.hpp> #include <comphelper/comphelperdllapi.h> -#define ACCESSIBLE_SELECTION_CHILD_ALL ((sal_Int32)-1) +#define ACCESSIBLE_SELECTION_CHILD_ALL (sal_Int32(-1)) #define ACCESSIBLE_SELECTION_CHILD_SELF ((sal_Int32)-2) |