diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-27 14:55:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-27 14:55:38 +0100 |
commit | 3e8a0c2d1158191ddf4e7af3feb060ff5b50316f (patch) | |
tree | 23245d4ab69bbcb3bb2b72bef39c690bec296c6d /unotools | |
parent | 6c6adf5b46ce52b6d1ada11c0ddc03cedb675e88 (diff) |
-Werror=unused-macros
Change-Id: I2fce1d0c7136840843b78ae301e8c4147d504272
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/configitem.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 |