From bd824be5371d5e4d6e49b72ccf01897ba301c55e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 7 Feb 2019 21:40:54 +0100 Subject: xmloff: create XMLImpressExportOasis instances with an uno constructor Change-Id: I58c689f5a1b034f64687031e24b82a3ac56e4bae Reviewed-on: https://gerrit.libreoffice.org/67519 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmloff/inc/facreg.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xmloff/inc/facreg.hxx') diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx index aa30d961c4d1..c48af506ca8a 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -56,11 +56,6 @@ css::uno::Reference XMLImpressSettingsImportOasis_createIn css::uno::Reference const & rSMgr); // impress oasis export -OUString XMLImpressExportOasis_getImplementationName() throw(); -css::uno::Sequence XMLImpressExportOasis_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference XMLImpressExportOasis_createInstance( - css::uno::Reference const & rSMgr); OUString XMLImpressStylesExportOasis_getImplementationName() throw(); css::uno::Sequence XMLImpressStylesExportOasis_getSupportedServiceNames() throw(); /// @throws css::uno::Exception -- cgit