From ee45603aa030db99f343a9edeae394ae1a204231 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 16:51:23 +0000 Subject: 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. --- svtools/inc/testtool.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svtools/inc') 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; -- cgit