diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-07-31 20:50:05 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-01 10:23:34 +0200 |
commit | 97185d833c8dc75032ff73cbf597635b32c5f5fb (patch) | |
tree | 5fa9055af9b5d009a782b6a40d22a1a38496b76d /xmloff/inc | |
parent | 26c2cea1ab0efeb3ea641c335472e411dab2e928 (diff) |
xmloff: create XMLImpressStylesExportOOO instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I6b99c5975eacbaba5dbec1ae679c9e5726bdfd6b
Reviewed-on: https://gerrit.libreoffice.org/76766
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 7cb149cac9f1..e96ed09d04af 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 XMLImpressStylesExportOOO_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLImpressStylesExportOOO_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLImpressStylesExportOOO_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); OUString XMLImpressContentExportOOO_getImplementationName() throw(); css::uno::Sequence<OUString> XMLImpressContentExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception |