From a45827b2308febc7369db27fb489a6d1389534e1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Jul 2015 08:39:57 +0200 Subject: loplugin:unusedmethods Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unoxml/source/dom/documentbuilder.hxx | 5 ----- unoxml/source/dom/saxbuilder.hxx | 6 +----- unoxml/source/xpath/xpathapi.hxx | 5 ----- 3 files changed, 1 insertion(+), 15 deletions(-) (limited to 'unoxml') diff --git a/unoxml/source/dom/documentbuilder.hxx b/unoxml/source/dom/documentbuilder.hxx index 2d16da2e7a85..1f7a96d2bd93 100644 --- a/unoxml/source/dom/documentbuilder.hxx +++ b/unoxml/source/dom/documentbuilder.hxx @@ -63,11 +63,6 @@ namespace DOM css::uno::Reference< css::lang::XMultiServiceFactory > const& xFactory); - // call for factory - static css::uno::Reference< XInterface > getInstance( - css::uno::Reference< css::lang::XMultiServiceFactory > const& - xFactory); - // static helpers for service info and component management static const char* aImplementationName; static const char* aSupportedServiceNames[]; diff --git a/unoxml/source/dom/saxbuilder.hxx b/unoxml/source/dom/saxbuilder.hxx index f15295c970e6..728a262f783b 100644 --- a/unoxml/source/dom/saxbuilder.hxx +++ b/unoxml/source/dom/saxbuilder.hxx @@ -67,13 +67,9 @@ namespace DOM public: - - // call for factory - static css::uno::Reference< XInterface > getInstance(const css::uno::Reference < css::lang::XMultiServiceFactory >& xFactory); - // static helpers for service info and component management static const char* aImplementationName; - static const char* aSupportedServiceNames[]; + static const char* aSupportedServiceNames[]; static OUString _getImplementationName(); static css::uno::Sequence< OUString > _getSupportedServiceNames(); static css::uno::Reference< XInterface > _getInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& rSMgr); diff --git a/unoxml/source/xpath/xpathapi.hxx b/unoxml/source/xpath/xpathapi.hxx index 32b03eeb12a0..5b47f89fd5b4 100644 --- a/unoxml/source/xpath/xpathapi.hxx +++ b/unoxml/source/xpath/xpathapi.hxx @@ -69,11 +69,6 @@ namespace XPath const css::uno::Reference< css::lang::XMultiServiceFactory >& rSMgr); - // call for factory - static css::uno::Reference< XInterface > getInstance( - const css::uno::Reference < css::lang::XMultiServiceFactory >& - xFactory); - // static helpers for service info and component management static const char* aImplementationName; static const char* aSupportedServiceNames[]; -- cgit