summaryrefslogtreecommitdiff
path: root/oox/source/helper
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-02-24 11:19:56 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-24 11:22:29 +0000
commit602908b300d4d688d50355ebeca5d3063f25f475 (patch)
tree9315310c70884a1150a3c00668e7b2cfa75dd76b /oox/source/helper
parent3ad0561957537ac755206347c0902632985126fe (diff)
fix oox debug build with DBG_UTIL guard for 'dump' usage
Diffstat (limited to 'oox/source/helper')
-rw-r--r--oox/source/helper/propertyset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/helper/propertyset.cxx b/oox/source/helper/propertyset.cxx
index 71f0d4e0c76b..e9733185792c 100644
--- a/oox/source/helper/propertyset.cxx
+++ b/oox/source/helper/propertyset.cxx
@@ -178,7 +178,7 @@ bool PropertySet::implSetPropertyValue( const OUString& rPropName, const Any& rV
return false;
}
-#if OSL_DEBUG_LEVEL > 0
+#ifdef DBG_UTIL
void PropertySet::dump()
{
PropertyMap::dump( Reference< XPropertySet >( getXPropertySet(), UNO_QUERY ) );