summaryrefslogtreecommitdiffstats
path: root/automation
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 14:52:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 14:52:30 +0000
commit17d905772c6003b17cc243a7948ea221ad79537d (patch)
tree2edb907667c3a3fcb4da734aec1fb7007756ef95 /automation
parentINTEGRATION: CWS tune01 (1.5.10.1.16); FILE MERGED (diff)
downloadcore-17d905772c6003b17cc243a7948ea221ad79537d.tar.gz
core-17d905772c6003b17cc243a7948ea221ad79537d.zip
INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED
2003/04/10 17:36:33 kso 1.1.24.2: RESYNC: (1.1-1.2); FILE MERGED 2003/04/09 10:09:38 kso 1.1.24.1: #108413# - debug macro unification.
Diffstat (limited to 'automation')
-rw-r--r--automation/source/inc/testtool.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/inc/testtool.hxx b/automation/source/inc/testtool.hxx
index 2fd667931fc4..1d725855d89b 100644
--- a/automation/source/inc/testtool.hxx
+++ b/automation/source/inc/testtool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testtool.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-03-26 12:06:17 $
+ * last change: $Author: vg $ $Date: 2003-04-15 15:52:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ class SvStream;
class StatementFlow;
class CommunicationManager;
class CommunicationLink;
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
class EditWindow;
#endif
class ImplRC;
@@ -89,7 +89,7 @@ class ImplRemoteControl
BOOL m_bIdleInserted;
AutoTimer m_aIdleTimer;
BOOL m_bInsideExecutionLoop;
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
EditWindow *m_pDbgWin;
#endif
ImplRC* pImplRC;