From f7ebee38a3c5c6cb58f40109a213d449138ea987 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 5 Jun 2012 22:59:19 +0900 Subject: removed dead code Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71 --- chart2/source/view/charttypes/AreaChart.cxx | 14 -------------- chart2/source/view/charttypes/CandleStickChart.cxx | 15 --------------- chart2/source/view/inc/PlottingPositionHelper.hxx | 8 -------- 3 files changed, 37 deletions(-) (limited to 'chart2/source/view') diff --git a/chart2/source/view/charttypes/AreaChart.cxx b/chart2/source/view/charttypes/AreaChart.cxx index bcc24564576d..0d8b299c3b30 100644 --- a/chart2/source/view/charttypes/AreaChart.cxx +++ b/chart2/source/view/charttypes/AreaChart.cxx @@ -168,20 +168,6 @@ uno::Any AreaChart::getExplicitSymbol( const VDataSeries& rSeries, sal_Int32 nPo return aRet; } -//----------------------------------------------------------------- -// lang::XServiceInfo -//----------------------------------------------------------------- -/* -APPHELPER_XSERVICEINFO_IMPL(AreaChart,CHART2_VIEW_AREACHART_SERVICE_IMPLEMENTATION_NAME) - - uno::Sequence< rtl::OUString > AreaChart -::getSupportedServiceNames_Static() -{ - uno::Sequence< rtl::OUString > aSNS( 1 ); - aSNS.getArray()[ 0 ] = CHART2_VIEW_AREACHART_SERVICE_NAME; - return aSNS; -} -*/ drawing::Direction3D AreaChart::getPreferredDiagramAspectRatio() const { if( m_nKeepAspectRatio == 1 ) diff --git a/chart2/source/view/charttypes/CandleStickChart.cxx b/chart2/source/view/charttypes/CandleStickChart.cxx index 9be72864cb8c..6eb59ea34a2d 100644 --- a/chart2/source/view/charttypes/CandleStickChart.cxx +++ b/chart2/source/view/charttypes/CandleStickChart.cxx @@ -87,21 +87,6 @@ LegendSymbolStyle CandleStickChart::getLegendSymbolStyle() return LegendSymbolStyle_LINE; } -//----------------------------------------------------------------- -// lang::XServiceInfo -//----------------------------------------------------------------- -/* -APPHELPER_XSERVICEINFO_IMPL(CandleStickChart,CHART2_VIEW_CANDLESTICKCHART_SERVICE_IMPLEMENTATION_NAME) - - uno::Sequence< rtl::OUString > CandleStickChart -::getSupportedServiceNames_Static() -{ - uno::Sequence< rtl::OUString > aSNS( 1 ); - aSNS.getArray()[ 0 ] = CHART2_VIEW_CANDLESTICKCHART_SERVICE_NAME; - return aSNS; -} -*/ - drawing::Direction3D CandleStickChart::getPreferredDiagramAspectRatio() const { return drawing::Direction3D(-1,-1,-1); diff --git a/chart2/source/view/inc/PlottingPositionHelper.hxx b/chart2/source/view/inc/PlottingPositionHelper.hxx index a54365e88cf3..932cbb0b94d2 100644 --- a/chart2/source/view/inc/PlottingPositionHelper.hxx +++ b/chart2/source/view/inc/PlottingPositionHelper.hxx @@ -41,10 +41,6 @@ #include #include -/* -//for WeakImplHelper1 -#include -*/ //............................................................................. namespace chart { @@ -52,10 +48,6 @@ namespace chart class ShapeFactory; -//----------------------------------------------------------------------------- -/** -*/ - class PlottingPositionHelper { public: -- cgit