summaryrefslogtreecommitdiff
path: root/automation/source/server/statemnt.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 14:54:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 14:54:29 +0000
commit3987e957e1160b7e421e3049fa3ceb9c9f2a66fd (patch)
tree7256ebe4e76bed5ccb1de58b2206a5721fe6bc64 /automation/source/server/statemnt.hxx
parent2871ef33ab2eb84f840e88961575bf9ab801dd3b (diff)
INTEGRATION: CWS dbgmacros1 (1.2.2); FILE MERGED
2003/04/09 10:09:44 kso 1.2.2.1: #108413# - debug macro unification.
Diffstat (limited to 'automation/source/server/statemnt.hxx')
-rw-r--r--automation/source/server/statemnt.hxx8
1 files 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
};