summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmlmod_imexp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:13:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:13:32 +0000
commit7b822224f0be42b5dd738c91a204a622d01d1df7 (patch)
treec282e83ad2ad5301c9077ce543b98b99fd8d4e5e /xmlscript/source/xmlmod_imexp
parent3674464abc5eac1088d7690b6df02fdd75b0f92c (diff)
INTEGRATION: CWS dbgmacros1 (1.2.44); FILE MERGED
2003/04/10 09:33:52 kso 1.2.44.1: #108413# - debug macro unification.
Diffstat (limited to 'xmlscript/source/xmlmod_imexp')
-rw-r--r--xmlscript/source/xmlmod_imexp/xmlmod_import.cxx8
1 files changed, 4 insertions, 4 deletions
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
}