summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-03 07:36:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-03 07:36:23 +0000
commit6056ad6d1081e097921d4149ecfb963fe2e2f549 (patch)
treecfaec22fbe97c8426ea1fd19149cc6e468779fdd /connectivity/source
parent6dc19f7de5170cd53f94e0d05d568b38f7360b0e (diff)
#100000# (fs@openoffice.org) _DEBUG superseeded by OSL_DEBUG_LEVEL
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/drivers/evoab/LColumnAlias.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/evoab/LColumnAlias.cxx b/connectivity/source/drivers/evoab/LColumnAlias.cxx
index ad91da63d96c..496c492a0d1e 100644
--- a/connectivity/source/drivers/evoab/LColumnAlias.cxx
+++ b/connectivity/source/drivers/evoab/LColumnAlias.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: LColumnAlias.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-06-02 07:54:29 $
+ * last change: $Author: vg $ $Date: 2003-06-03 08:36:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -190,12 +190,12 @@ void OColumnAlias::setAlias(const ::com::sun::star::uno::Reference<
// which is not allowed (i.e. not in the list of known programmatics).
//OSL_TRACE("OColumnAlias::setAlias()before xAliasesNode->getByName()");
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
sal_Bool bExtractionSuccess =
#endif
xMozAliasesNode->getByName( *pProgrammaticNames) >>= sAssignedAlias;
OSL_ENSURE( bExtractionSuccess, "OColumnAlias::setAlias: invalid mozilla config data!" );
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
bExtractionSuccess =
#endif
xEvoAliasesNode->getByName( *pProgrammaticNames) >>= sHeadLineName;