diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-08-07 20:31:58 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-08 09:31:14 +0200 |
commit | 94d78b5a4b4225188b1e5c340a064b657b206372 (patch) | |
tree | 6c603404ac534e82df5335965490b1124b2751c7 /xmloff/inc/facreg.hxx | |
parent | 872487777f901540dffa3a85d48b803bf7dbfd03 (diff) |
xmloff: create XMLImpressContentExportOOO instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I8a7367720d50baa95406e5e4d8df718fb3e07ac7
Reviewed-on: https://gerrit.libreoffice.org/77132
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc/facreg.hxx')
-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 e96ed09d04af..83705cef2e65 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 XMLImpressContentExportOOO_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLImpressContentExportOOO_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLImpressContentExportOOO_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); OUString XMLImpressMetaExportOOO_getImplementationName() throw(); css::uno::Sequence<OUString> XMLImpressMetaExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception |