summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2012-09-17 22:06:19 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-09-17 22:13:56 +0530
commit9057689742c28279bc09844acfd8dbd64d3244d7 (patch)
treefc7ee0fa417db4439412a819ebee420f9da5bba8 /oox
parentdung out namespacing clutter. (diff)
downloadcore-9057689742c28279bc09844acfd8dbd64d3244d7.tar.gz
core-9057689742c28279bc09844acfd8dbd64d3244d7.zip
Modifying #ifdef to match header file.
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/textliststyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textliststyle.cxx b/oox/source/drawingml/textliststyle.cxx
index 9e77e76ef66c..466edf257c65 100644
--- a/oox/source/drawingml/textliststyle.cxx
+++ b/oox/source/drawingml/textliststyle.cxx
@@ -57,7 +57,7 @@ void TextListStyle::apply( const TextListStyle& rTextListStyle )
applyStyleList( rTextListStyle.getListStyle(), getListStyle() );
}
-#if defined(DBG_UTIL) && OSL_DEBUG_LEVEL > 2
+#if defined(DBG_UTIL) && OSL_DEBUG_LEVEL > 1
void TextListStyle::dump() const
{
for ( int i = 0; i < 9; i++ )