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.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/inc/oox/drawingml/textliststyle.hxx b/oox/inc/oox/drawingml/textliststyle.hxx
index 6ba4cdf1d62a..1a8fca45bf25 100644
--- a/oox/inc/oox/drawingml/textliststyle.hxx
+++ b/oox/inc/oox/drawingml/textliststyle.hxx
@@ -50,6 +50,10 @@ public:
inline const TextParagraphPropertiesVector& getAggregationListStyle() const { return maAggregationListStyle; };
inline TextParagraphPropertiesVector& getAggregationListStyle() { return maAggregationListStyle; };
+#if OSL_DEBUG_LEVEL > 0
+ void dump( int nLevels=9 );
+#endif
+
protected:
TextParagraphPropertiesVector maListStyle;