diff options
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[]; |