From 7b822224f0be42b5dd738c91a204a622d01d1df7 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:13:32 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.2.44); FILE MERGED 2003/04/10 09:33:52 kso 1.2.44.1: #108413# - debug macro unification. --- xmlscript/source/xmlmod_imexp/xmlmod_import.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmlscript') diff --git a/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx b/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx index b89493ebb638..97811f407d95 100644 --- a/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx +++ b/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlmod_import.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ab $ $Date: 2001-08-09 15:45:14 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:13:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -155,7 +155,7 @@ ModuleElement::~ModuleElement() _pParent->release(); } -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 OString aStr( OUStringToOString( _aLocalName, RTL_TEXTENCODING_ASCII_US ) ); OSL_TRACE( "ModuleElement::~ModuleElement(): %s\n", aStr.getStr() ); #endif @@ -223,7 +223,7 @@ Reference< xml::XImportContext > ModuleImport::createRootContext( ModuleImport::~ModuleImport() SAL_THROW( () ) { -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 OSL_TRACE( "ModuleImport::~ModuleImport().\n" ); #endif } -- cgit