diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-12 20:27:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-12 20:27:56 +0100 |
commit | b088da2a7ab151710416f6d58a5cc6d6b908d546 (patch) | |
tree | d6f4430ea42e969a598351a78294545e5ab954aa /include/comphelper | |
parent | f8558f844674c7ba541699708e95f509026c9407 (diff) |
More loplugin:cstylecast: comphelper
auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
loplugin:cstylecast for some more cases" plus
solenv/clang-format/reformat-formatted-files
Change-Id: I71a5092b344f206f2c7de606f2739d3b6e2cf0bb
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) |