summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-07-24 14:09:53 +0200
committerMichael Stahl <mstahl@redhat.com>2014-07-24 14:11:40 +0200
commit3108a3dd38f5e5aac3a46e6f5caf3b2e5ab5b202 (patch)
treec6a2ea7bc703d0fa723bdf01b7e623c27f9467e3 /sfx2/source/inc
parent2ddfaf1f03135c10d33e0e99ebe8a56d3783d214 (diff)
sfx2: remove another DBG macro that arose from the grave
The callers in dispatch.cxx use methods that were removed by commit a1ce4fb4f0dbc3c4141f510e5b2b732a24d862c8 - not sure if this warning is useful or not. Change-Id: I8bb654de8e26c054318dd2037055a85d013c8bfa
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/sfxtypes.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/source/inc/sfxtypes.hxx b/sfx2/source/inc/sfxtypes.hxx
index 680a454ead1a..3a7974cfcecd 100644
--- a/sfx2/source/inc/sfxtypes.hxx
+++ b/sfx2/source/inc/sfxtypes.hxx
@@ -41,15 +41,6 @@
#endif
#endif
-#ifndef DBG
-#ifdef DBG_UTIL
-#define DBG(statement) statement
-#else
-#define DBG(statement)
-#endif
-#endif
-
-
#if defined(DBG_UTIL)