diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-05-08 22:51:18 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-09 08:57:49 +0200 |
commit | d7082ab8028e291ccbbdebe8e075d0a6e05af460 (patch) | |
tree | 41e9139e4e38ee7386b91eaa1a73d0c40b373aea /xmloff/inc | |
parent | 747a7d2603812df881da07b8e00d3be0fa754993 (diff) |
xmloff: create XMLImpressSettingsExportOasis instances with an uno constructor
Change-Id: Ibe4ef82cf719afd008f1be23ed4a0e953c61d73f
Reviewed-on: https://gerrit.libreoffice.org/72010
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/facreg.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx index 5acd7cbc23ed..e7e410d69bd9 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -55,15 +55,6 @@ css::uno::Sequence<OUString> XMLImpressSettingsImportOasis_getSupportedServiceNa css::uno::Reference<css::uno::XInterface> XMLImpressSettingsImportOasis_createInstance( css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); -// impress oasis export -OUString XMLImpressSettingsExportOasis_getImplementationName() throw(); -css::uno::Sequence<OUString> XMLImpressSettingsExportOasis_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> XMLImpressSettingsExportOasis_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); - -// impress OOo import - // impress OOo export OUString XMLImpressExportOOO_getImplementationName() throw(); css::uno::Sequence<OUString> XMLImpressExportOOO_getSupportedServiceNames() throw(); |