summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:51:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:51:23 +0000
commitee45603aa030db99f343a9edeae394ae1a204231 (patch)
treedcf3d5979d922b3aa2a35c4c2585c72c31e453b5 /svtools
parentab281fdd54c27fdb6ec699898ea2b80ece1425f0 (diff)
INTEGRATION: CWS dbgmacros1 (1.1.1.1.196); FILE MERGED
2003/04/10 08:41:08 kso 1.1.1.1.196.1: #108413# - debug macro unification.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/testtool.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/inc/testtool.hxx b/svtools/inc/testtool.hxx
index 1bd95d67d387..e041a0add774 100644
--- a/svtools/inc/testtool.hxx
+++ b/svtools/inc/testtool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testtool.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:58:54 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:51:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@ class SvStream;
class StatementFlow;
class CommunicationManager;
class CommunicationLink;
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
class EditWindow;
#endif
class ImplRC;
@@ -84,7 +84,7 @@ class RemoteControl
friend class StatementFlow;
BOOL m_bIdleInserted;
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
EditWindow *m_pDbgWin;
#endif
ImplRC* pImplRC;