diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-05 22:59:19 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-06 00:59:23 +0900 |
commit | f7ebee38a3c5c6cb58f40109a213d449138ea987 (patch) | |
tree | b5083e38ec0c9881ce416bb54e5bcb16f4333641 /chart2/source | |
parent | eb9b8ebca49291797e655b50f64af2c2fa03434c (diff) |
removed dead code
Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/tools/NameContainer.cxx | 4 | ||||
-rw-r--r-- | chart2/source/view/charttypes/AreaChart.cxx | 14 | ||||
-rw-r--r-- | chart2/source/view/charttypes/CandleStickChart.cxx | 15 | ||||
-rw-r--r-- | chart2/source/view/inc/PlottingPositionHelper.hxx | 8 |
4 files changed, 0 insertions, 41 deletions
diff --git a/chart2/source/tools/NameContainer.cxx b/chart2/source/tools/NameContainer.cxx index a0d2a4fbff7a..52bf75eaa881 100644 --- a/chart2/source/tools/NameContainer.cxx +++ b/chart2/source/tools/NameContainer.cxx @@ -29,10 +29,6 @@ #include "NameContainer.hxx" -/* -//SvXMLUnitConverter -#include <xmloff/xmluconv.hxx> -*/ #include <com/sun/star/uno/Any.hxx> using namespace ::com::sun::star; 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 <com/sun/star/drawing/XShapes.hpp> #include <basegfx/matrix/b3dhommatrix.hxx> -/* -//for WeakImplHelper1 -#include <cppuhelper/implbase1.hxx> -*/ //............................................................................. namespace chart { @@ -52,10 +48,6 @@ namespace chart class ShapeFactory; -//----------------------------------------------------------------------------- -/** -*/ - class PlottingPositionHelper { public: |