summaryrefslogtreecommitdiff
path: root/oox/inc/oox/drawingml/textliststyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/drawingml/textliststyle.hxx')
-rw-r--r--oox/inc/oox/drawingml/textliststyle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/drawingml/textliststyle.hxx b/oox/inc/oox/drawingml/textliststyle.hxx
index 9be1c589c7a1..256aec265167 100644
--- a/oox/inc/oox/drawingml/textliststyle.hxx
+++ b/oox/inc/oox/drawingml/textliststyle.hxx
@@ -51,7 +51,7 @@ public:
inline const TextParagraphPropertiesVector& getAggregationListStyle() const { return maAggregationListStyle; };
inline TextParagraphPropertiesVector& getAggregationListStyle() { return maAggregationListStyle; };
-#ifdef DBG_UTIL
+#if defined(DBG_UTIL) && OSL_DEBUG_LEVEL > 1
void dump() const;
#endif