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

Takeshi Abe tabe at fixedpoint.jp
Sun Oct 20 18:26:53 PDT 2013


 sd/inc/sderror.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e7d1e2c769afbd0593facf87a084a8d63d134be2
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Oct 21 10:25:30 2013 +0900

    Once is enough
    
    Change-Id: I037a4f9fab0bcf7a613217e6be4c75dcdd05f231

diff --git a/sd/inc/sderror.hxx b/sd/inc/sderror.hxx
index 0f752d0..bad4d9a 100644
--- a/sd/inc/sderror.hxx
+++ b/sd/inc/sderror.hxx
@@ -43,7 +43,7 @@
 
 inline bool IsWarning( sal_uLong nErr )
 {
-    return 0 != ( nErr & ERRCODE_WARNING_MASK & nErr );
+    return 0 != ( nErr & ERRCODE_WARNING_MASK );
 }
 
 #endif


More information about the Libreoffice-commits mailing list