diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:53:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:53:04 +0000 |
commit | 2670c26007460afec50a274c2047d3d8b3f360d9 (patch) | |
tree | b0c9b96024b095a19fa59ee3f572b7f780011420 | |
parent | 9bb29e6ca5de8c6f4096ab76b9d88a4d7b4c0ed9 (diff) |
INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED
2003/04/09 10:09:40 kso 1.1.24.1: #108413# - debug macro unification.
-rw-r--r-- | automation/source/server/editwin.cxx | 6 | ||||
-rw-r--r-- | automation/source/server/editwin.hxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/automation/source/server/editwin.cxx b/automation/source/server/editwin.cxx index cb5976981134..c47a5dfb2092 100644 --- a/automation/source/server/editwin.cxx +++ b/automation/source/server/editwin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: editwin.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mh $ $Date: 2002-11-18 15:27:36 $ + * last change: $Author: vg $ $Date: 2003-04-15 15:52:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 #ifndef _SV_SVAPP_HXX //autogen #include <vcl/svapp.hxx> diff --git a/automation/source/server/editwin.hxx b/automation/source/server/editwin.hxx index 01644d381e6d..8387c26c5cac 100644 --- a/automation/source/server/editwin.hxx +++ b/automation/source/server/editwin.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editwin.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mh $ $Date: 2002-11-18 15:27:42 $ + * last change: $Author: vg $ $Date: 2003-04-15 15:53:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,7 @@ #ifndef _EDITWIN_HXX #define _EDITWIN_HXX -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 #ifndef _WRKWIN_HXX //autogen #include <vcl/wrkwin.hxx> |