From d83463931ef511ba1b43984072626345cf765b8a Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Wed, 16 May 2012 19:19:29 +0530 Subject: Revert selected hunks from various 'unused code' commits. These functions are required for debugging pptx import problems. --- oox/source/helper/propertyset.cxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'oox/source/helper/propertyset.cxx') 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: */ -- cgit