From 299d5933a16b25a3c944f94e97d63c8a865514f4 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:17:20 +0000 Subject: [PATCH] INTEGRATION: CWS dbgmacros1 (1.6.80); FILE MERGED 2003/04/09 10:54:47 kso 1.6.80.1: #108413# - debug macro unification. --- extensions/source/plugin/base/nfuncs.cxx | 6 +++--- 1 file 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 -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 #include #include static FILE * s_file = 0;