diff options
Diffstat (limited to 'oox/inc/oox/helper/propertyset.hxx')
-rw-r--r-- | oox/inc/oox/helper/propertyset.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/oox/inc/oox/helper/propertyset.hxx b/oox/inc/oox/helper/propertyset.hxx index 8ddfaff44421..bb8307ad39b1 100644 --- a/oox/inc/oox/helper/propertyset.hxx +++ b/oox/inc/oox/helper/propertyset.hxx @@ -127,10 +127,6 @@ public: @param rPropertyMap The property map. */ void setProperties( const PropertyMap& rPropertyMap ); -#if OSL_DEBUG_LEVEL > 0 - void dump(); -#endif - // ------------------------------------------------------------------------ private: /** Gets the specified property from the property set. @@ -167,4 +163,3 @@ inline void PropertySet::setProperty( sal_Int32 nPropId, const Type& rValue ) } // namespace oox #endif - |