summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-04 21:21:21 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-11 23:41:06 +0100
commit5cce85634ce63fbbed99ba83f844ae179b485bc1 (patch)
tree992f71dd528caba12bae422c93822696d8d9333a
parent11c1d71d59937c7595e60d8e74a79accdac09d1f (diff)
Remove unused DBG_ERROR macro :)
-rw-r--r--tools/inc/tools/debug.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/inc/tools/debug.hxx b/tools/inc/tools/debug.hxx
index 83587597312d..2f4d67a6e457 100644
--- a/tools/inc/tools/debug.hxx
+++ b/tools/inc/tools/debug.hxx
@@ -619,12 +619,6 @@ do \
DbgWarning( aWarning, __FILE__, __LINE__ ); \
} while(0)
-#define DBG_ERROR( aError ) \
-do \
-{ \
- if ( DbgIsErrorOut() ) \
- DbgError( aError ); \
-} while(0)
#define DBG_ERROR1( aError, x1 ) \
do \
{ \
@@ -757,7 +751,6 @@ typedef const sal_Char* (*DbgUsr)(const void* pThis );
#define DBG_WARNING4( aWarning, x1, x2, x3, x4 ) ((void)0)
#define DBG_WARNING5( aWarning, x1, x2, x3, x4, x5 ) ((void)0)
#define DBG_WARNINGFILE( aWarning ) ((void)0)
-#define DBG_ERROR( aError ) ((void)0)
#define DBG_ERROR1( aError, x1 ) ((void)0)
#define DBG_ERROR2( aError, x1, x2 ) ((void)0)
#define DBG_ERROR3( aError, x1, x2, x3 ) ((void)0)