diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2012-09-17 22:06:19 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-09-17 22:13:56 +0530 |
commit | 9057689742c28279bc09844acfd8dbd64d3244d7 (patch) | |
tree | fc7ee0fa417db4439412a819ebee420f9da5bba8 /oox | |
parent | f88c4a5bc155b64421639b57c7a5758c06a6afbd (diff) |
Modifying #ifdef to match header file.
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/textliststyle.cxx | 2 |
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++ ) |