summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/LineChartType.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 16:15:51 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-20 06:34:23 +0000
commit7410217b7d84a3e4dfd35529384f190cf2962024 (patch)
treec8d0319064b2d4eba13e0b1768ce4973d51a2b0d /chart2/source/model/template/LineChartType.hxx
parentloplugin:unusedmethods svl (diff)
downloadcore-7410217b7d84a3e4dfd35529384f190cf2962024.tar.gz
core-7410217b7d84a3e4dfd35529384f190cf2962024.zip
loplugin:unusedmethods chart2
Change-Id: Ib7e8824e9e7f912963fbf07111ee3aa97773ceca Reviewed-on: https://gerrit.libreoffice.org/17167 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2/source/model/template/LineChartType.hxx')
-rw-r--r--chart2/source/model/template/LineChartType.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/chart2/source/model/template/LineChartType.hxx b/chart2/source/model/template/LineChartType.hxx
index 7a9a147300fc..2db8e90f7f82 100644
--- a/chart2/source/model/template/LineChartType.hxx
+++ b/chart2/source/model/template/LineChartType.hxx
@@ -46,13 +46,6 @@ public:
static ::com::sun::star::uno::Sequence< OUString >
getSupportedServiceNames_Static();
- /// establish methods for factory instatiation
- static css::uno::Reference< css::uno::XInterface > SAL_CALL create( css::uno::Reference< css::uno::XComponentContext > const & xContext)
- throw(css::uno::Exception)
- {
- return static_cast<cppu::OWeakObject *>(new LineChartType( xContext ));
- }
-
protected:
explicit LineChartType( const LineChartType & rOther );