summaryrefslogtreecommitdiff
path: root/sd/inc/sderror.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/sderror.hxx')
-rwxr-xr-x[-rw-r--r--]sd/inc/sderror.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/sderror.hxx b/sd/inc/sderror.hxx
index 1eb815eef6e1..e98f419b73b6 100644..100755
--- a/sd/inc/sderror.hxx
+++ b/sd/inc/sderror.hxx
@@ -50,12 +50,12 @@
#ifndef __RSC
-inline bool IsWarning( ULONG nErr )
+inline bool IsWarning( sal_uLong nErr )
{
return 0 != ( nErr & ERRCODE_WARNING_MASK & nErr );
}
-inline bool IsError( ULONG nErr )
+inline bool IsError( sal_uLong nErr )
{
return nErr && 0 == ( ERRCODE_WARNING_MASK & nErr );
}