[Libreoffice-commits] core.git: sd/inc

Takeshi Abe tabe at fixedpoint.jp
Tue Oct 15 07:40:37 PDT 2013


 sd/inc/sderror.hxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 47794c41b1bb2fc31c7cf4e4b420a8f418670ec4
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Oct 15 23:36:49 2013 +0900

    Drop unused inline function
    
    Change-Id: I1b59a22cd461f9a6cfc371de4c3a1595c8d8f339

diff --git a/sd/inc/sderror.hxx b/sd/inc/sderror.hxx
index b462316..0f752d0 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
 
 


More information about the Libreoffice-commits mailing list