summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sderror.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sderror.hxx b/sd/inc/sderror.hxx
index 0f752d0f0510..bad4d9a11f01 100644
--- a/sd/inc/sderror.hxx
+++ b/sd/inc/sderror.hxx
@@ -43,7 +43,7 @@
inline bool IsWarning( sal_uLong nErr )
{
- return 0 != ( nErr & ERRCODE_WARNING_MASK & nErr );
+ return 0 != ( nErr & ERRCODE_WARNING_MASK );
}
#endif