summaryrefslogtreecommitdiff
path: root/oox/source/helper/propertyset.cxx
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2012-05-16 19:19:29 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-05-16 19:20:45 +0530
commitd83463931ef511ba1b43984072626345cf765b8a (patch)
treeebeeab05cd4f0da4e05834fce21cb97d559c9c9f /oox/source/helper/propertyset.cxx
parent30590f00e44cbe7b2a5253f544302ee5b0c3c08d (diff)
Revert selected hunks from various 'unused code' commits.
These functions are required for debugging pptx import problems.
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 4b143db9a757..c33b0a38689b 100644
--- a/oox/source/helper/propertyset.cxx
+++ b/oox/source/helper/propertyset.cxx
@@ -154,6 +154,13 @@ bool PropertySet::implSetPropertyValue( const OUString& rPropName, const Any& rV
return false;
}
+#ifdef DBG_UTIL
+void PropertySet::dump()
+{
+ PropertyMap::dump( Reference< XPropertySet >( getXPropertySet(), UNO_QUERY ) );
+}
+#endif
+
} // namespace oox
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */