summaryrefslogtreecommitdiff
path: root/oox/source/helper/propertyset.cxx
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2010-05-03 11:40:11 +0200
committerRadek Doulik <rodo@novell.com>2010-05-03 11:40:11 +0200
commit8302f2c4b5d8f52524261c9f660cf8ecc66aa002 (patch)
tree4977d2f7c0ce6ab3c7276b8db4b976918de440d6 /oox/source/helper/propertyset.cxx
parent9957ebbc6f461733614f862efd89a7dee7ab869f (diff)
ooxml10: apply oox-import-helper-debug-dump.diff from ooo-build
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 5477224b9461..4d8d7bd8c7e5 100644
--- a/oox/source/helper/propertyset.cxx
+++ b/oox/source/helper/propertyset.cxx
@@ -168,6 +168,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