diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 16:15:51 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-20 06:34:23 +0000 |
commit | 7410217b7d84a3e4dfd35529384f190cf2962024 (patch) | |
tree | c8d0319064b2d4eba13e0b1768ce4973d51a2b0d /chart2/inc | |
parent | 9f4f237a3834e5d58a87296424db5428f68d1550 (diff) |
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/inc')
-rw-r--r-- | chart2/inc/ChartModel.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx index ba419e278ac9..874d195a994b 100644 --- a/chart2/inc/ChartModel.hxx +++ b/chart2/inc/ChartModel.hxx @@ -238,11 +238,6 @@ public: static OUString getImplementationName_Static(); static css::uno::Sequence< OUString > getSupportedServiceNames_Static(); - 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 ChartModel( xContext )); - } // ::com::sun::star::lang::XInitialization virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) |