summaryrefslogtreecommitdiff
path: root/sw/inc/swerror.h
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-11-11 06:48:18 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-11-11 06:51:54 +0900
commita7d0400db274b5c8e41b59241bf0643f8d69e25b (patch)
tree709a30ce6c9d48a374b915547a32afb780ce8dd0 /sw/inc/swerror.h
parent2111d552977b0a2f9bfa9ea746adec7d83204a6c (diff)
Remove an unused inline function
Change-Id: I52a5b2d7d3302ba887364e7bf5b377bf93394406
Diffstat (limited to 'sw/inc/swerror.h')
-rw-r--r--sw/inc/swerror.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/swerror.h b/sw/inc/swerror.h
index 5bb007e8fe8f..88238edc2291 100644
--- a/sw/inc/swerror.h
+++ b/sw/inc/swerror.h
@@ -87,11 +87,6 @@
#ifndef __RSC
-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 );