From eefd7c12f71197ffeb8a29528045e97cbf5c6d2a Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 12 Sep 2019 23:50:32 +0200 Subject: xmloff: create XMLDrawExportOOO instances with an uno constructor See tdf#74608 for motivation. Change-Id: I3829df0f3f9d81257f06ef3c2f4fbe9af98dd953 Reviewed-on: https://gerrit.libreoffice.org/78859 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 bef148811eaa..431bb1126de7 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -60,14 +60,7 @@ css::uno::Sequence XMLDrawSettingsExportOasis_getSupportedServiceNames css::uno::Reference XMLDrawSettingsExportOasis_createInstance( css::uno::Reference const & rSMgr); -// draw OOo import - // draw OOo export -OUString XMLDrawExportOOO_getImplementationName() throw(); -css::uno::Sequence XMLDrawExportOOO_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference XMLDrawExportOOO_createInstance( - css::uno::Reference const & rSMgr); OUString XMLDrawStylesExportOOO_getImplementationName() throw(); css::uno::Sequence XMLDrawStylesExportOOO_getSupportedServiceNames() throw(); /// @throws css::uno::Exception -- cgit