From b088da2a7ab151710416f6d58a5cc6d6b908d546 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 12 Jan 2018 20:27:56 +0100 Subject: More loplugin:cstylecast: comphelper auto-rewrite with "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I71a5092b344f206f2c7de606f2739d3b6e2cf0bb --- include/comphelper/accessibleselectionhelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') 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 #include -#define ACCESSIBLE_SELECTION_CHILD_ALL ((sal_Int32)-1) +#define ACCESSIBLE_SELECTION_CHILD_ALL (sal_Int32(-1)) #define ACCESSIBLE_SELECTION_CHILD_SELF ((sal_Int32)-2) -- cgit