[Libreoffice-commits] .: toolkit/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Fri Mar 18 14:29:17 PDT 2011
toolkit/source/layout/core/dialogbuttonhbox.cxx | 9 ---------
toolkit/source/layout/core/helper.cxx | 9 ---------
toolkit/source/layout/core/proplist.cxx | 9 ---------
3 files changed, 27 deletions(-)
New commits:
commit b50f777da4e105a11b7cf2ed77d9ead597fc878b
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Fri Mar 18 22:28:51 2011 +0100
Remove unused DBG_ERROR macros
diff --git a/toolkit/source/layout/core/dialogbuttonhbox.cxx b/toolkit/source/layout/core/dialogbuttonhbox.cxx
index 23c6afd..23d9e5c 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 40a8167..362f766 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 04229c0..802e6f2 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
{
More information about the Libreoffice-commits
mailing list