From 0dfe94c514faa907ef6ae1b41a5d2b099e4703ad Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 8 Mar 2011 22:10:18 +0100 Subject: Remove unused DBG_TRACESTR macro --- sc/inc/dpglobal.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sc/inc/dpglobal.hxx') 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; -- cgit