summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/ChartTypeTemplate.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-04 23:37:06 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-07 04:48:16 +0200
commit439550c9f1c848023b4b95266f9d78671c468ee3 (patch)
tree5f6f7aea44a0aafff08113c27a15373205fcc6cd /chart2/source/model/template/ChartTypeTemplate.cxx
parentRevert "Make sure to dispose services supporting the XComponent protocol" (diff)
downloadcore-439550c9f1c848023b4b95266f9d78671c468ee3.tar.gz
core-439550c9f1c848023b4b95266f9d78671c468ee3.zip
remove unnecessary and unused chart debug functionality
Change-Id: Ic8100b2afebe469709723b324394e08b7669d911
Diffstat (limited to 'chart2/source/model/template/ChartTypeTemplate.cxx')
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx
index 1940305d5998..8be651a75f7f 100644
--- a/chart2/source/model/template/ChartTypeTemplate.cxx
+++ b/chart2/source/model/template/ChartTypeTemplate.cxx
@@ -30,7 +30,6 @@
#include "AxisHelper.hxx"
#include "LegendHelper.hxx"
#include "DiagramHelper.hxx"
-#include "ChartDebugTrace.hxx"
#include "AxisIndexDefines.hxx"
#include <cppuhelper/component_context.hxx>
#include <com/sun/star/chart/ChartSolidType.hpp>
@@ -304,10 +303,6 @@ void SAL_CALL ChartTypeTemplate::changeDiagramData(
Reference< XDataSeriesContainer > xDSCnt( aChartTypes[i], uno::UNO_QUERY_THROW );
xDSCnt->setDataSeries( aSeriesSeq[i] );
}
-#if OSL_DEBUG_LEVEL >= CHART_TRACE_OSL_DEBUG_LEVEL
- OSL_TRACE( "ChartTypeTemplate::changeDiagramData: Showing Diagram structure" );
- ::chart::debug::ChartDebugTraceDiagram( xDiagram );
-#endif
}
catch( const uno::Exception & ex )
{
@@ -805,11 +800,6 @@ void ChartTypeTemplate::FillDiagram(
{
ASSERT_EXCEPTION( ex );
}
-
-#if OSL_DEBUG_LEVEL >= CHART_TRACE_OSL_DEBUG_LEVEL
- OSL_TRACE( "ChartTypeTemplate::FillDiagram: Showing Diagram structure" );
- ::chart::debug::ChartDebugTraceDiagram( xDiagram );
-#endif
}
void ChartTypeTemplate::createChartTypes(