diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-03 11:07:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-03 11:37:31 +0000 |
commit | b01c5ae95683aa4c059048eac3b3eb55cc256be4 (patch) | |
tree | 9ac9366e463d3d1c7281f0f8fbdaef539c51b5bd /sd | |
parent | b3a229ad0d35b2364cc485a0dd1a5b5510fb40c3 (diff) |
loplugin:unusedmethods unused return types
Change-Id: I88204bca60dd1e299b040c52bc87e500cbfaa930
Reviewed-on: https://gerrit.libreoffice.org/30519
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/sidebar/PanelFactory.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/sidebar/PanelFactory.hxx b/sd/source/ui/sidebar/PanelFactory.hxx index d017825842ad..a2bcf78d4569 100644 --- a/sd/source/ui/sidebar/PanelFactory.hxx +++ b/sd/source/ui/sidebar/PanelFactory.hxx @@ -49,9 +49,6 @@ class PanelFactory public PanelFactoryInterfaceBase { public: - static css::uno::Reference<css::uno::XInterface> SAL_CALL createInstance ( - const css::uno::Reference<css::lang::XMultiServiceFactory>& rxFactory); - explicit PanelFactory (const css::uno::Reference<css::uno::XComponentContext>& rxContext); virtual ~PanelFactory() override; PanelFactory(const PanelFactory&) = delete; |