summaryrefslogtreecommitdiffstats
path: root/automation
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 14:52:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 14:52:42 +0000
commit9bb29e6ca5de8c6f4096ab76b9d88a4d7b4c0ed9 (patch)
treea9e74505ccbae54b3da0a2f99263136edb95ad16 /automation
parentINTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED (diff)
downloadcore-9bb29e6ca5de8c6f4096ab76b9d88a4d7b4c0ed9.tar.gz
core-9bb29e6ca5de8c6f4096ab76b9d88a4d7b4c0ed9.zip
INTEGRATION: CWS dbgmacros1 (1.1.24); FILE MERGED
2003/04/09 10:09:39 kso 1.1.24.1: #108413# - debug macro unification.
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/XMLParser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/server/XMLParser.cxx b/automation/source/server/XMLParser.cxx
index a09a32deeec2..8f9910e633d3 100644
--- a/automation/source/server/XMLParser.cxx
+++ b/automation/source/server/XMLParser.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLParser.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mh $ $Date: 2002-11-18 15:27:24 $
+ * last change: $Author: vg $ $Date: 2003-04-15 15:52:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -429,7 +429,7 @@ void SAXParser::processingInstruction( const ::rtl::OUString& aTarget, const ::r
void SAXParser::setDocumentLocator( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator >& xLocator ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException)
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
::rtl::OUString aTester;
aTester = xLocator->getPublicId();
aTester = xLocator->getSystemId();