From 3987e957e1160b7e421e3049fa3ceb9c9f2a66fd Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 14:54:29 +0000 Subject: [PATCH] INTEGRATION: CWS dbgmacros1 (1.2.2); FILE MERGED 2003/04/09 10:09:44 kso 1.2.2.1: #108413# - debug macro unification. --- automation/source/server/statemnt.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automation/source/server/statemnt.hxx b/automation/source/server/statemnt.hxx index 5a03cc70a5d8..443576e922f0 100644 --- a/automation/source/server/statemnt.hxx +++ b/automation/source/server/statemnt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: statemnt.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-18 16:03:48 $ + * last change: $Author: vg $ $Date: 2003-04-15 15:54:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -127,7 +127,7 @@ class Dir; class CommunicationLink; -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 class EditWindow; #endif @@ -320,7 +320,7 @@ public: static BOOL IsIMEWin( Window* pWin ); // Input Window for CJK under Solaris -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 static EditWindow *m_pDbgWin; #endif };