diff options
author | Eike Rathke <erack@redhat.com> | 2012-02-24 01:03:55 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-02-24 01:03:55 +0100 |
commit | 29b1914fad754ed94e61179f09aac50f1657f2e0 (patch) | |
tree | 6ecc72f5dcf9fe1be73de4ca27ba8fd265cb7d0f /oox/inc | |
parent | 660cb78cd6900ffebe215ad4b3913bbe35ac9883 (diff) |
reintroduced dump methods that are needed if OSL_DEBUG_LEVEL > 0
* Partly reverted commit 660cb78cd6900ffebe215ad4b3913bbe35ac9883 to preserve
the oox::PropertyMap::dump() methods that are needed by
oox::PropertySet::dump() when building dbgutil.
* Did not remove the oox::PropertySet::dump() as well because all is part of
the oox dumper, I guess we don't want to remove that in it's entirety ...
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/helper/propertymap.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/inc/oox/helper/propertymap.hxx b/oox/inc/oox/helper/propertymap.hxx index 0542de6bc11b..eda19e45dfa7 100644 --- a/oox/inc/oox/helper/propertymap.hxx +++ b/oox/inc/oox/helper/propertymap.hxx @@ -100,6 +100,8 @@ public: makePropertySet() const; #if OSL_DEBUG_LEVEL > 0 + static void dump( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet); + void dump(); static void dumpCode( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet); void dumpCode(); #endif |