diff options
Diffstat (limited to 'unoxml/source/dom/documentbuilder.hxx')
-rw-r--r-- | unoxml/source/dom/documentbuilder.hxx | 5 |
1 files changed, 0 insertions, 5 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[]; |