summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:20:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:20:26 +0000
commit71c56583d71191111f4a38d8e0a18c95127f2af3 (patch)
tree141a115da65c7a8534cd392418fd27ba47872fe9 /unotools
parent255911e38b5e48e3fd3e2c0857832f88a6c8c5f7 (diff)
INTEGRATION: CWS dbgmacros1 (1.38.2.1.14); FILE MERGED
2003/04/10 09:26:24 kso 1.38.2.1.14.1: #108413# - debug macro unification.
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/configitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx
index 12c3b865d83c..f8850587d0fe 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configitem.cxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 16:12:46 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:20:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -468,7 +468,7 @@ void ConfigItem::impl_packLocalizedProperties( const Sequence< OUString >&
for( nPropertyCounter=0; nPropertyCounter<nPropertiesSize; ++nPropertyCounter )
{
- #ifdef DEBUG
+ #if OSL_DEBUG_LEVEL > 1
// Sometimes it's better to see what's going on :-)
OUString sPropName = lInNames[nSourceCounter];
OUString sLocaleName = lPropertyNames[nPropertyCounter];