diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:52:30 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:52:30 +0000 |
commit | 17d905772c6003b17cc243a7948ea221ad79537d (patch) | |
tree | 2edb907667c3a3fcb4da734aec1fb7007756ef95 | |
parent | 8988fa9e7c010733d081b325de98c9a7347d1d90 (diff) |
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.
-rw-r--r-- | automation/source/inc/testtool.hxx | 8 |
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; |