summaryrefslogtreecommitdiff
path: root/comphelper/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:45:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:45:42 +0000
commit53544bc5128375aee5a8a1b4854daa210f42b435 (patch)
treedaeaabcd67d1e882d5905a29600517e2712e3d8d /comphelper/source
parent698c61d1c8eb75a83a0ba11c985d81f2d2be0a83 (diff)
INTEGRATION: CWS dbgmacros1 (1.9.6); FILE MERGED
2003/04/09 10:18:19 kso 1.9.6.1: #108413# - debug macro unification.
Diffstat (limited to 'comphelper/source')
-rw-r--r--comphelper/source/property/propagg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/property/propagg.cxx b/comphelper/source/property/propagg.cxx
index c5422d1c1440..9add1a2593e3 100644
--- a/comphelper/source/property/propagg.cxx
+++ b/comphelper/source/property/propagg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propagg.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 15:58:38 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:45:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -273,7 +273,7 @@ sal_Int32 OPropertyArrayAggregationHelper::fillHandles(
const ::rtl::OUString* pReqProps = _rPropNames.getConstArray();
sal_Int32 nReqLen = _rPropNames.getLength();
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
// assure that the sequence is sorted
{
const ::rtl::OUString* pLookup = _rPropNames.getConstArray();