diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-28 08:39:57 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-30 06:23:00 +0000 |
commit | a45827b2308febc7369db27fb489a6d1389534e1 (patch) | |
tree | 0b697341738010da35bd0a6a6189ef6761e5db0a /unoxml | |
parent | 2387c2a46e15995686d28dccdfd455012072b4cf (diff) |
loplugin:unusedmethods
Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971
Reviewed-on: https://gerrit.libreoffice.org/17378
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/dom/documentbuilder.hxx | 5 | ||||
-rw-r--r-- | unoxml/source/dom/saxbuilder.hxx | 6 | ||||
-rw-r--r-- | unoxml/source/xpath/xpathapi.hxx | 5 |
3 files changed, 1 insertions, 15 deletions
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[]; |