From d7082ab8028e291ccbbdebe8e075d0a6e05af460 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 8 May 2019 22:51:18 +0200 Subject: 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 --- xmloff/inc/facreg.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'xmloff/inc') 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 XMLImpressSettingsImportOasis_getSupportedServiceNa css::uno::Reference XMLImpressSettingsImportOasis_createInstance( css::uno::Reference const & rSMgr); -// impress oasis export -OUString XMLImpressSettingsExportOasis_getImplementationName() throw(); -css::uno::Sequence XMLImpressSettingsExportOasis_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference XMLImpressSettingsExportOasis_createInstance( - css::uno::Reference const & rSMgr); - -// impress OOo import - // impress OOo export OUString XMLImpressExportOOO_getImplementationName() throw(); css::uno::Sequence XMLImpressExportOOO_getSupportedServiceNames() throw(); -- cgit