diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-18 22:28:51 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-18 22:29:15 +0100 |
commit | 99afdc5dcc56974c93405ba6525cbc2d46f5d8fd (patch) | |
tree | a9c2dd398336facd96e8b412edbd8a3fd99dd01d /toolkit | |
parent | 63039fc677ab3f0c0e1014b46915aac8ca995c55 (diff) |
Remove unused DBG_ERROR macros
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/layout/core/dialogbuttonhbox.cxx | 9 | ||||
-rw-r--r-- | toolkit/source/layout/core/helper.cxx | 9 | ||||
-rw-r--r-- | toolkit/source/layout/core/proplist.cxx | 9 |
3 files changed, 0 insertions, 27 deletions
diff --git a/toolkit/source/layout/core/dialogbuttonhbox.cxx b/toolkit/source/layout/core/dialogbuttonhbox.cxx index b577e98be65f..9c1930600c5a 100644 --- a/toolkit/source/layout/core/dialogbuttonhbox.cxx +++ b/toolkit/source/layout/core/dialogbuttonhbox.cxx @@ -35,15 +35,6 @@ #include "flow.hxx" #include "proplist.hxx" -#if TEST_LAYOUT && !defined( DBG_UTIL ) -#undef DBG_ERROR -#define DBG_ERROR OSL_TRACE -#undef DBG_ERROR1 -#define DBG_ERROR1 OSL_TRACE -#undef DBG_ERROR2 -#define DBG_ERROR2 OSL_TRACE -#endif /* TEST_LAYOUT && !DBG_UTIL */ - namespace layoutimpl { diff --git a/toolkit/source/layout/core/helper.cxx b/toolkit/source/layout/core/helper.cxx index 6b50312eda86..0b0905011fbc 100644 --- a/toolkit/source/layout/core/helper.cxx +++ b/toolkit/source/layout/core/helper.cxx @@ -38,15 +38,6 @@ #include "proplist.hxx" -#if TEST_LAYOUT && !defined( DBG_UTIL ) -#undef DBG_ERROR -#define DBG_ERROR OSL_TRACE -#undef DBG_ERROR1 -#define DBG_ERROR1 OSL_TRACE -#undef DBG_ERROR2 -#define DBG_ERROR2 OSL_TRACE -#endif /* TEST_LAYOUT && !DBG_UTIL */ - namespace layoutimpl { using namespace com::sun::star; diff --git a/toolkit/source/layout/core/proplist.cxx b/toolkit/source/layout/core/proplist.cxx index 8ebca3cbe9d7..99e35941e6f4 100644 --- a/toolkit/source/layout/core/proplist.cxx +++ b/toolkit/source/layout/core/proplist.cxx @@ -38,15 +38,6 @@ #include "helper.hxx" -#if TEST_LAYOUT && !defined( DBG_UTIL ) -#undef DBG_ERROR -#define DBG_ERROR OSL_TRACE -#undef DBG_ERROR1 -#define DBG_ERROR1 OSL_TRACE -#undef DBG_ERROR2 -#define DBG_ERROR2 OSL_TRACE -#endif /* TEST_LAYOUT && !DBG_UTIL */ - namespace layoutimpl { |