summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ChartDebugTrace.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/ChartDebugTrace.cxx')
-rw-r--r--chart2/source/tools/ChartDebugTrace.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/chart2/source/tools/ChartDebugTrace.cxx b/chart2/source/tools/ChartDebugTrace.cxx
index 27824a6694c8..9486180ececd 100644
--- a/chart2/source/tools/ChartDebugTrace.cxx
+++ b/chart2/source/tools/ChartDebugTrace.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ChartDebugTrace.cxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.44.1 $
*
* This file is part of OpenOffice.org.
*
@@ -321,6 +321,8 @@ namespace chart
namespace debug
{
+#if OSL_DEBUG_LEVEL >= CHART_TRACE_OSL_DEBUG_LEVEL
+
void ChartDebugTraceDocument(
const Reference< XChartDocument > & /*xDoc*/,
int /*nIndent*/ )
@@ -412,6 +414,7 @@ void ChartDebugTraceDiagram(
*/
}
+#endif
} // namespace debug
} // namespace chart