summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/dpglobal.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index b76bf116f587..a7e961e62fcf 100644
--- a/sc/inc/dpglobal.hxx
+++ b/sc/inc/dpglobal.hxx
@@ -93,12 +93,6 @@
#define DP_PROP_FILTER "Filter"
#define DP_PROP_POSITION "Position"
-#define DBG_TRACESTR( x ) \
- {\
- ByteString aTemp( x , RTL_TEXTENCODING_UTF8 ); \
- DBG_TRACE( aTemp.GetBuffer() );\
- }
-
class TypedStrData;
class ScDPObject;
class ScDPInfoWnd;