diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 13:54:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-07 11:34:36 +0200 |
commit | b719e02868d364849b26080fa4182d4adfc68250 (patch) | |
tree | 64e06c4bbdd9313925a32b1752b0347c7df021ed /xmlhelp/source/cxxhelp/inc | |
parent | 439c9460408bb379cf2d37f3831461cf6879fb74 (diff) |
xmlhelp: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: Id05885b9da95009609cf8875be489aa88fd5a3cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98232
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/tvfactory.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/tvfactory.hxx b/xmlhelp/source/cxxhelp/inc/tvfactory.hxx index 992c9fc3747e..6ca53c7f52e4 100644 --- a/xmlhelp/source/cxxhelp/inc/tvfactory.hxx +++ b/xmlhelp/source/cxxhelp/inc/tvfactory.hxx @@ -65,21 +65,6 @@ class TVFactory final : public cppu::WeakImplHelper < virtual css::uno::Sequence< OUString > SAL_CALL getAvailableServiceNames( ) override; - // Other - - static OUString getImplementationName_static(); - - static css::uno::Sequence< OUString > getSupportedServiceNames_static(); - - static css::uno::Reference< css::lang::XSingleServiceFactory > - createServiceFactory( - const css::uno::Reference< css::lang::XMultiServiceFactory >& rxServiceMgr ); - - static css::uno::Reference< css::uno::XInterface > SAL_CALL - CreateInstance( - const css::uno::Reference< css::lang::XMultiServiceFactory >& xMultiServiceFactory ); - - private: // Members |