summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:17:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:17:41 +0000
commit6a1500d87466734a0392322fe9a01187ac0c092b (patch)
treed799a0e75080167e72014d27a7bb8fb5bf8583f8 /extensions/source/plugin/inc
parent18e94b86aa4197aa3c18539ca59812278d679e27 (diff)
INTEGRATION: CWS dbgmacros1 (1.2.78); FILE MERGED
2003/04/09 10:54:48 kso 1.2.78.1: #108413# - debug macro unification.
Diffstat (limited to 'extensions/source/plugin/inc')
-rw-r--r--extensions/source/plugin/inc/plugin/unx/mediator.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/plugin/inc/plugin/unx/mediator.hxx b/extensions/source/plugin/inc/plugin/unx/mediator.hxx
index 8e7d6a51e4e0..a8c368dedbf0 100644
--- a/extensions/source/plugin/inc/plugin/unx/mediator.hxx
+++ b/extensions/source/plugin/inc/plugin/unx/mediator.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mediator.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2002-01-22 18:48:00 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:17:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@
#ifndef _VOS_THREAD_HXX_
#include <vos/thread.hxx>
#endif
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
#include <stdio.h>
#endif
@@ -216,7 +216,7 @@ class MediatorListener : public NAMESPACE_VOS( OThread )
inline void medDebug( int condition, char* pFormat, ... )
{
-#if defined DEBUG
+#if OSL_DEBUG_LEVEL > 1
if( condition )
{
va_list ap;