From 7d7daa659f0569a91d97683663af807d7ebfc841 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 12 Jun 2019 21:29:29 +0200 Subject: xmloff: create XMLDrawSettingsImportOasis instances with an uno constructor Change-Id: I811c48578053e2ea87956340bcad45f6d27d59df Reviewed-on: https://gerrit.libreoffice.org/73911 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmloff/inc/facreg.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx index cd73d5ab96e3..bc49e6883df2 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -82,13 +82,6 @@ css::uno::Sequence XMLImpressSettingsExportOOO_getSupportedServiceName css::uno::Reference XMLImpressSettingsExportOOO_createInstance( css::uno::Reference const & rSMgr); -// draw oasis import -OUString XMLDrawSettingsImportOasis_getImplementationName() throw(); -css::uno::Sequence XMLDrawSettingsImportOasis_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference XMLDrawSettingsImportOasis_createInstance( - css::uno::Reference const & rSMgr); - // draw oasis export OUString XMLDrawExportOasis_getImplementationName() throw(); css::uno::Sequence XMLDrawExportOasis_getSupportedServiceNames() throw(); -- cgit v1.2.3