From 77d5491e15c96b5864fccd3ffc3d6a7b90e93367 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 May 2016 14:20:35 +0200 Subject: loplugin:unusedmethods Change-Id: I08e9bb65b2530148b80c67f01d51e594fc698acb Reviewed-on: https://gerrit.libreoffice.org/25543 Tested-by: Jenkins Reviewed-by: Noel Grandin --- connectivity/source/drivers/mork/MDriver.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'connectivity/source') diff --git a/connectivity/source/drivers/mork/MDriver.hxx b/connectivity/source/drivers/mork/MDriver.hxx index d9265799b5e9..c5cc3fcbcfe2 100644 --- a/connectivity/source/drivers/mork/MDriver.hxx +++ b/connectivity/source/drivers/mork/MDriver.hxx @@ -34,10 +34,6 @@ class MorkDriver: { public: explicit MorkDriver(const css::uno::Reference< css::uno::XComponentContext >& context); - static OUString getImplementationName_Static() - throw(css::uno::RuntimeException); - static css::uno::Sequence< OUString > getSupportedServiceNames_Static() - throw (css::uno::RuntimeException); const css::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& getFactory(){return m_xFactory;} const OUString& getProfilePath() {return m_sProfilePath;} -- cgit