From 3e8a0c2d1158191ddf4e7af3feb060ff5b50316f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 27 Mar 2013 14:55:38 +0100 Subject: -Werror=unused-macros Change-Id: I2fce1d0c7136840843b78ae301e8c4147d504272 --- unotools/source/config/configitem.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'unotools') diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index 1a6667b4d671..501f66814015 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 -- cgit