diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-05 20:48:37 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-06 17:38:49 +0100 |
commit | 11d358ef1f3df45448a1196b7ee9c489690341e9 (patch) | |
tree | 7f87f8b582212ae18b864ec19fb3c8bbb4028edb /chart2/source/model/template | |
parent | 548b32a73b89faac9cdc18e0505ccc41efa0d369 (diff) |
Use OSL_DEBUG_LEVEL > 1 instead of > 2
Diffstat (limited to 'chart2/source/model/template')
-rw-r--r-- | chart2/source/model/template/DataInterpreter.cxx | 2 |
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 |