diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-10-15 23:36:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-10-15 23:39:57 +0900 |
commit | 47794c41b1bb2fc31c7cf4e4b420a8f418670ec4 (patch) | |
tree | e9690bcdccc8209042658fbbd16d1ec4fe58c355 /sd | |
parent | 3a6a1d65834163761376dcd7f3843d6682cbd37c (diff) |
Drop unused inline function
Change-Id: I1b59a22cd461f9a6cfc371de4c3a1595c8d8f339
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/sderror.hxx | 5 |
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 |