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