summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-12 20:27:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-12 20:27:56 +0100
commitb088da2a7ab151710416f6d58a5cc6d6b908d546 (patch)
treed6f4430ea42e969a598351a78294545e5ab954aa /include/comphelper
parentf8558f844674c7ba541699708e95f509026c9407 (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.hxx2
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)