diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 07:35:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 07:35:04 +0000 |
commit | 70346a32723a3f3c1cbfedd2c6096152260ef9f7 (patch) | |
tree | cdadef43a660b956867d0d9a0562160ec3069429 /chart2/source/tools/ChartDebugTrace.cxx | |
parent | ff916ccce1527b63aad17bbae0ad02a834cd31d6 (diff) |
CWS-TOOLING: integrate CWS chart30
Diffstat (limited to 'chart2/source/tools/ChartDebugTrace.cxx')
-rw-r--r-- | chart2/source/tools/ChartDebugTrace.cxx | 5 |
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 |