diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-08-15 22:06:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-16 09:03:05 +0200 |
commit | abeab40aeb2bf16c1438b5e5f0cd70b3e11f6b7a (patch) | |
tree | ebd4063013bbf33bb4d621ff9f05f0292aab5616 /xmloff/inc | |
parent | 5a522a0196aaa071bd3ac59b3088246e3fe98f34 (diff) |
xmloff: create XMLImpressMetaExportOOO instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I6c390f6cef83393b630bd0c157aff8d1359c6754
Reviewed-on: https://gerrit.libreoffice.org/77551
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/facreg.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx index 83705cef2e65..69f45f0920af 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -39,11 +39,6 @@ css::uno::Sequence<OUString> XMLImpressExportOOO_getSupportedServiceNames() thro /// @throws css::uno::Exception css::uno::Reference<css::uno::XInterface> XMLImpressExportOOO_createInstance( css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); -OUString XMLImpressMetaExportOOO_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLImpressMetaExportOOO_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLImpressMetaExportOOO_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); OUString XMLImpressSettingsExportOOO_getImplementationName() throw(); css::uno::Sequence<OUString> XMLImpressSettingsExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception |