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