summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 15:02:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 15:02:07 +0000
commit88ba8e2d122fdfcc6ff77cacbe5831087bcaab0c (patch)
treee9576c6b1e5245bac33245b1755391b4677cd9a3 /framework
parentdce160eee639af726c2c683c7ae8648482b9eecb (diff)
INTEGRATION: CWS xmlfilter01 (1.9.70); FILE MERGED
2003/03/06 13:57:11 as 1.9.70.1: #107711# full read/write access for types, filters, detect service
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/macros/debug.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/framework/inc/macros/debug.hxx b/framework/inc/macros/debug.hxx
index f422c53ed88f..227105cf82ed 100644
--- a/framework/inc/macros/debug.hxx
+++ b/framework/inc/macros/debug.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: debug.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: as $ $Date: 2001-07-09 12:55:30 $
+ * last change: $Author: hr $ $Date: 2003-04-04 16:02:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,6 +122,7 @@
#undef ENABLE_MUTEXDEBUG
// #undef ENABLE_TIMEMEASURE
#undef ENABLE_MEMORYMEASURE
+ #undef ENABLE_FILTERDBG
#endif
@@ -192,6 +193,14 @@
*/
//*****************************************************************************************************************
+// special macros to debug our filter cache!
+//*****************************************************************************************************************
+
+#ifndef __FRAMEWORK_MACROS_DEBUG_FILTERDBG_HXX_
+#include <macros/debug/filterdbg.hxx>
+#endif
+
+//*****************************************************************************************************************
// end of file
//*****************************************************************************************************************