summaryrefslogtreecommitdiff
path: root/sc/inc/dpglobal.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-08 22:10:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-13 16:44:10 +0100
commit0dfe94c514faa907ef6ae1b41a5d2b099e4703ad (patch)
tree82acb65304bf6b511eb5a24bc63fc0925c5ad243 /sc/inc/dpglobal.hxx
parented0ced92f038f915ac4b86e9398fc94d894f1654 (diff)
Remove unused DBG_TRACESTR macro
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-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;