summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-12 14:38:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:14:56 +0100
commit4c55588cc380432d1d61701383cc23fe595c9133 (patch)
treeba9865b418a308922712db944a0a056706920f70 /include
parent7c8164a83b3a068ffecaf9bda642b0eba096c228 (diff)
-Werror,-Wshift-sign-overflow
Change-Id: I1ed8f81d52e9792d1511caa41da4ff9163ed0f92
Diffstat (limited to 'include')
-rw-r--r--include/tools/resid.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/resid.hxx b/include/tools/resid.hxx
index b40bde6329b7..631f8bc8a20d 100644
--- a/include/tools/resid.hxx
+++ b/include/tools/resid.hxx
@@ -28,7 +28,7 @@
struct RSHEADER_TYPE;
typedef sal_uInt32 RESOURCE_TYPE;
#define RSC_NOTYPE 0x100
-#define RSC_DONTRELEASE (sal_uInt32(1 << 31))
+#define RSC_DONTRELEASE (sal_uInt32(1U << 31))
class ResMgr;