summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/win/sysplug.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:18:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:18:31 +0000
commit6370fedfa3c0dee483aa6010de95973644ef3ca5 (patch)
tree96a80116bc428ed4a01382e3611f4aadcd888d0b /extensions/source/plugin/win/sysplug.cxx
parent7f66bdaedb679941623e84a807cf5621d645a4ab (diff)
INTEGRATION: CWS dbgmacros1 (1.4.84); FILE MERGED
2003/04/09 10:54:51 kso 1.4.84.1: #108413# - debug macro unification.
Diffstat (limited to 'extensions/source/plugin/win/sysplug.cxx')
-rw-r--r--extensions/source/plugin/win/sysplug.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/plugin/win/sysplug.cxx b/extensions/source/plugin/win/sysplug.cxx
index 6e93c7270d54..877ffc585524 100644
--- a/extensions/source/plugin/win/sysplug.cxx
+++ b/extensions/source/plugin/win/sysplug.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sysplug.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dbo $ $Date: 2001-12-07 11:10:41 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:18:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@ extern NPNetscapeFuncs aNPNFuncs;
using namespace rtl;
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
void TRACE( char const * s );
void TRACEN( char const * s, long n );
#else