summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ChartDebugTrace.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/ChartDebugTrace.hxx')
-rw-r--r--chart2/source/inc/ChartDebugTrace.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/inc/ChartDebugTrace.hxx b/chart2/source/inc/ChartDebugTrace.hxx
index 64c01a6b1e65..4c7b306410c2 100644
--- a/chart2/source/inc/ChartDebugTrace.hxx
+++ b/chart2/source/inc/ChartDebugTrace.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ChartDebugTrace.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.44.1 $
*
* This file is part of OpenOffice.org.
*
@@ -40,6 +40,7 @@ namespace chart
namespace debug
{
+#if OSL_DEBUG_LEVEL >= CHART_TRACE_OSL_DEBUG_LEVEL
/** Does several OSL_TRACEs that show information about the given chart document
(e.g. the chart-type manager, diagrams etc.)
@@ -61,6 +62,7 @@ void ChartDebugTraceDiagram(
const ::com::sun::star::uno::Reference<
::com::sun::star::chart2::XDiagram > & xDiagram,
int nIndent = 0 );
+#endif
} // namespace debug
} // namespace chart