diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-21 19:10:52 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-21 19:12:16 +0100 |
commit | f9af9abe628dc8886e320fa27421a125886f37a6 (patch) | |
tree | efd786e7d46f4c6b56400ddb5e692847ec59ddfe /tools/inc | |
parent | 51890613b7cdeddff9ad3360a91908ded28bc5f0 (diff) |
debug: remove binfilter debug macro
Change-Id: I419c37860a21ae5ab416a2c8ec3c742fbaf6a980
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/debug.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/inc/tools/debug.hxx b/tools/inc/tools/debug.hxx index e956d6592898..54160502257a 100644 --- a/tools/inc/tools/debug.hxx +++ b/tools/inc/tools/debug.hxx @@ -32,8 +32,8 @@ steps taken while executing some protocol) should use the facilities provided by sal/log.hxx. - Because the assertion macros (DBG_ASSERT, DBG_BF_ASSERT) have been used for - true assertions as well as to log warnings, they map to SAL_WARN instead of + Because the assertion macro (DBG_ASSERT) has been used for + true assertions as well as to log warnings, it maps to SAL_WARN instead of standard assert. The warning and error macros (DBG_ASSERTWARNING, DBG_WARNING, DBG_WARNING1, ..., DBG_WARNING3, DBG_ERRORFILE) all map to SAL_INFO. @@ -477,7 +477,6 @@ typedef const sal_Char* (*DbgUsr)(const void* pThis ); #define DBG_ASSERTWARNING( sCon, aWarning ) ((void)0) #define DBG_ASSERT( sCon, aError ) ((void)0) -#define DBG_BF_ASSERT( sCon, aError ) ((void)0) #define DBG_WARNING( aWarning ) ((void)0) #define DBG_WARNING1( aWarning, x1 ) ((void)0) #define DBG_WARNING2( aWarning, x1, x2 ) ((void)0) |