summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-01 12:23:52 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-01 12:26:29 +0200
commit8a89650769326c56e6918f3b6ed4ef938bf43006 (patch)
tree9c9c16707a5ed5b9ebcab22a5f09fcfccc2dce35 /oox
parentd177ba1096a3a378b192df05d1d97f7cec17f35b (diff)
don't build oox::drawingml::TextListStyle::dump by default
Change-Id: I24a468dbe208afd2a71dd10e7ed5610d8c259aec
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/drawingml/textliststyle.hxx2
-rw-r--r--oox/source/drawingml/textliststyle.cxx2
2 files changed, 2 insertions, 2 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
diff --git a/oox/source/drawingml/textliststyle.cxx b/oox/source/drawingml/textliststyle.cxx
index c85a3fd361d0..14410b1cdfcb 100644
--- a/oox/source/drawingml/textliststyle.cxx
+++ b/oox/source/drawingml/textliststyle.cxx
@@ -66,7 +66,7 @@ void TextListStyle::apply( const TextListStyle& rTextListStyle )
applyStyleList( rTextListStyle.getListStyle(), getListStyle() );
}
-#ifdef DBG_UTIL
+#if defined(DBG_UTIL) && OSL_DEBUG_LEVEL > 2
void TextListStyle::dump() const
{
for ( int i = 0; i < 9; i++ )