summaryrefslogtreecommitdiff
path: root/oox/source/helper/propertyset.cxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-05-28 09:14:25 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-05-28 09:14:25 +0200
commit026c7e4aa36974f7ce0efeec70011bf745fab4a2 (patch)
treee48c98483e19a29cc6610781c6975d0338aa568b /oox/source/helper/propertyset.cxx
parentaa2d6f3360a16f9066e8b83ddcd69e62996a6f53 (diff)
parentcdac63817e9f570ebea893e9c488c198aff3026c (diff)
CWS-TOOLING: integrate CWS ooxml10
Diffstat (limited to 'oox/source/helper/propertyset.cxx')
-rw-r--r--oox/source/helper/propertyset.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/oox/source/helper/propertyset.cxx b/oox/source/helper/propertyset.cxx
index c52872e50f2f..e7071ba402a2 100644
--- a/oox/source/helper/propertyset.cxx
+++ b/oox/source/helper/propertyset.cxx
@@ -172,6 +172,13 @@ void PropertySet::setAnyProperty( const OUString& rPropName, const Any& rValue )
}
}
+#if OSL_DEBUG_LEVEL > 0
+void PropertySet::dump()
+{
+ PropertyMap::dump( Reference< XPropertySet >( getXPropertySet(), UNO_QUERY ) );
+}
+#endif
+
// ============================================================================
} // namespace oox