[Libreoffice-commits] core.git: unotools/source

Stephan Bergmann sbergman at redhat.com
Wed Mar 27 06:56:01 PDT 2013


 unotools/source/config/configitem.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3e8a0c2d1158191ddf4e7af3feb060ff5b50316f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 27 14:55:38 2013 +0100

    -Werror=unused-macros
    
    Change-Id: I2fce1d0c7136840843b78ae301e8c4147d504272

diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx
index 1a6667b..501f668 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -63,7 +63,6 @@ catch(const Exception& rEx)   \
     lcl_CFG_DBG_EXCEPTION(a, rEx);\
 }
 #else
-    #define lcl_CFG_DBG_EXCEPTION( a, b)
     #define CATCH_INFO(a) catch(const Exception&){}
 #endif
 


More information about the Libreoffice-commits mailing list