summaryrefslogtreecommitdiff
path: root/chart2/source/model/template
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-05 20:48:37 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-06 17:38:49 +0100
commit11d358ef1f3df45448a1196b7ee9c489690341e9 (patch)
tree7f87f8b582212ae18b864ec19fb3c8bbb4028edb /chart2/source/model/template
parent548b32a73b89faac9cdc18e0505ccc41efa0d369 (diff)
Use OSL_DEBUG_LEVEL > 1 instead of > 2
Diffstat (limited to 'chart2/source/model/template')
-rw-r--r--chart2/source/model/template/DataInterpreter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/DataInterpreter.cxx b/chart2/source/model/template/DataInterpreter.cxx
index 5f23e2bbc670..301e23a5350f 100644
--- a/chart2/source/model/template/DataInterpreter.cxx
+++ b/chart2/source/model/template/DataInterpreter.cxx
@@ -85,7 +85,7 @@ InterpretedData SAL_CALL DataInterpreter::interpretDataSource(
if( ! xSource.is())
return InterpretedData();
-#if OSL_DEBUG_LEVEL > 2
+#if OSL_DEBUG_LEVEL > 1
lcl_ShowDataSource( xSource );
#endif