summaryrefslogtreecommitdiff
path: root/chart2/source/model
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
parent044be7107a97169e80360c79a9d07bec263ac818 (diff)
remove unnecessary and unused chart debug functionality
Change-Id: Ic8100b2afebe469709723b324394e08b7669d911
Diffstat (limited to 'chart2/source/model')
-rw-r--r--chart2/source/model/main/ChartModel_Persistence.cxx6
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.cxx10
2 files changed, 0 insertions, 16 deletions
diff --git a/chart2/source/model/main/ChartModel_Persistence.cxx b/chart2/source/model/main/ChartModel_Persistence.cxx
index 80ddf7ae4fd4..f976a30bbccb 100644
--- a/chart2/source/model/main/ChartModel_Persistence.cxx
+++ b/chart2/source/model/main/ChartModel_Persistence.cxx
@@ -19,7 +19,6 @@
#include "ChartModel.hxx"
#include "MediaDescriptorHelper.hxx"
-#include "ChartDebugTrace.hxx"
#include "macros.hxx"
#include "ChartViewHelper.hxx"
#include "ChartModelHelper.hxx"
@@ -480,11 +479,6 @@ void SAL_CALL ChartModel::initNew()
}
setModified( sal_False );
unlockControllers();
-
-#if OSL_DEBUG_LEVEL >= CHART_TRACE_OSL_DEBUG_LEVEL
- OSL_TRACE( "ChartModel::initNew: Showing ChartDocument structure" );
- ::chart::debug::ChartDebugTraceDocument( Reference< chart2::XChartDocument >( this ));
-#endif
}
void SAL_CALL ChartModel::load(
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(