summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-02-24 10:08:04 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-02-24 10:08:04 +0100
commit15af96ffec893cd2b1df734fd61e79feae5e2976 (patch)
treea213c5ff1245770ae2b3409a187a7ec8831e15fe /oox/inc
parent9133fd623f2271da92a8a9f905f4c9c61a3de956 (diff)
oox: guard dbgutil-only methods with ifdef
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/helper/propertymap.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/inc/oox/helper/propertymap.hxx b/oox/inc/oox/helper/propertymap.hxx
index eda19e45dfa7..2696d4980ea1 100644
--- a/oox/inc/oox/helper/propertymap.hxx
+++ b/oox/inc/oox/helper/propertymap.hxx
@@ -100,8 +100,10 @@ public:
makePropertySet() const;
#if OSL_DEBUG_LEVEL > 0
+#ifdef DBG_UTIL
static void dump( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet);
void dump();
+#endif
static void dumpCode( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet);
void dumpCode();
#endif