diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:45:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:45:55 +0000 |
commit | f0f7f0addebf63fb485b9856bff22cd180051c63 (patch) | |
tree | df491c70c7f234a3cf6483ba85a66a142b0c1fb6 /comphelper | |
parent | 53544bc5128375aee5a8a1b4854daa210f42b435 (diff) |
INTEGRATION: CWS dbgmacros1 (1.13.6); FILE MERGED
2003/04/09 10:18:20 kso 1.13.6.1: #108413# - debug macro unification.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/propertycontainer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/property/propertycontainer.cxx b/comphelper/source/property/propertycontainer.cxx index 6ab9b35b5da2..9b12158b5fc1 100644 --- a/comphelper/source/property/propertycontainer.cxx +++ b/comphelper/source/property/propertycontainer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: propertycontainer.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2003-03-19 15:58:39 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:45:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -414,7 +414,7 @@ void OPropertyContainer::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, co break; case PropertyDescription::ltDerivedClassRealType: -#ifdef _DEBUG +#if OSL_DEBUG_LEVEL > 0 sal_Bool bSuccess = #endif // copy the data from the to-be-set value |