summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:17:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:17:20 +0000
commit299d5933a16b25a3c944f94e97d63c8a865514f4 (patch)
treec74ad3689fbe479992ae9f6846b8fd143b6f952d /extensions
parent54672dc30a168e4caad3bd08c5e54e0834180367 (diff)
INTEGRATION: CWS dbgmacros1 (1.6.80); FILE MERGED
2003/04/09 10:54:47 kso 1.6.80.1: #108413# - debug macro unification.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/base/nfuncs.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/plugin/base/nfuncs.cxx b/extensions/source/plugin/base/nfuncs.cxx
index 31114f6eb9a9..3302052116f8 100644
--- a/extensions/source/plugin/base/nfuncs.cxx
+++ b/extensions/source/plugin/base/nfuncs.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: nfuncs.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dbo $ $Date: 2001-12-07 11:10:15 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:17:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
#include <plugin/impl.hxx>
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
#include <osl/thread.h>
#include <stdio.h>
static FILE * s_file = 0;