summaryrefslogtreecommitdiffstats
path: root/automation
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 14:53:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 14:53:49 +0000
commit5b8840e879b5db3feda2f02a2628fc6223041062 (patch)
tree29fe72ac0e10818d0cb51b7ea24c46c3325ef3ce /automation
parentINTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED (diff)
downloadcore-5b8840e879b5db3feda2f02a2628fc6223041062.tar.gz
core-5b8840e879b5db3feda2f02a2628fc6223041062.zip
INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED
2003/04/09 10:09:42 kso 1.1.24.1: #108413# - debug macro unification.
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/server.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/automation/source/server/server.hxx b/automation/source/server/server.hxx
index dd92d8472bf2..77d73a48f6e7 100644
--- a/automation/source/server/server.hxx
+++ b/automation/source/server/server.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: server.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2002-11-18 15:28:54 $
+ * last change: $Author: vg $ $Date: 2003-04-15 15:53:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ namespace vos
class RemoteControlCommunicationManager : public CommunicationManagerServerViaSocket
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
EditWindow *m_pDbgWin;
#endif
String aOriginalWinCaption;
@@ -98,7 +98,7 @@ class RemoteControlCommunicationManager : public CommunicationManagerServerViaSo
static BOOL bQuiet;
public:
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
RemoteControlCommunicationManager( EditWindow * pDbgWin );
#else
RemoteControlCommunicationManager();
@@ -111,7 +111,7 @@ public:
static ULONG GetPort();
static USHORT nComm;
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
// virtual void DataReceived( CommunicationLink* pCL );
#endif