diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-08-21 21:49:19 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-22 09:03:47 +0200 |
commit | f949d8665e83ece5648af0a73a675036067b88e2 (patch) | |
tree | de86540a67139b52927664cf532cdc211e66acdb /xmloff/inc | |
parent | 64f03e7bed015ea0626e5218c03078d08257a27f (diff) |
xmloff: create XMLImpressSettingsExportOOO instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: Iadb687fc4d55a093cef262b1205ca6a4da89bfa3
Reviewed-on: https://gerrit.libreoffice.org/77934
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 69f45f0920af..610c4d85b949 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 XMLImpressSettingsExportOOO_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLImpressSettingsExportOOO_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLImpressSettingsExportOOO_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); // draw oasis export OUString XMLDrawExportOasis_getImplementationName() throw(); |