summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-27 14:20:35 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-30 06:34:42 +0000
commit77d5491e15c96b5864fccd3ffc3d6a7b90e93367 (patch)
tree25619ff045fef52741ebd0ac9a792255e35806fe /connectivity
parent3e9e667af2d8d307844b29d608b377a04b6bb139 (diff)
loplugin:unusedmethods
Change-Id: I08e9bb65b2530148b80c67f01d51e594fc698acb Reviewed-on: https://gerrit.libreoffice.org/25543 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mork/MDriver.hxx4
1 files changed, 0 insertions, 4 deletions
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;}