From 10357bdfc0a254a76681e29e8a412f91738f1dda Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 10 Oct 2019 21:33:53 +0200 Subject: xmloff: create XMLDrawSettingsExportOOO instances with an uno constructor See tdf#74608 for motivation. Change-Id: I15c879fd2be820a1b6ee878149442ebb46588a30 Reviewed-on: https://gerrit.libreoffice.org/80629 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmloff/inc/facreg.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'xmloff/inc/facreg.hxx') diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx index e068852ebbb3..242e6c0767ca 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -58,13 +58,6 @@ css::uno::Sequence XMLDrawSettingsExportOasis_getSupportedServiceNames css::uno::Reference XMLDrawSettingsExportOasis_createInstance( css::uno::Reference const & rSMgr); -// draw OOo export -OUString XMLDrawSettingsExportOOO_getImplementationName() throw(); -css::uno::Sequence XMLDrawSettingsExportOOO_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference XMLDrawSettingsExportOOO_createInstance( - css::uno::Reference const & rSMgr); - // impress animation import OUString AnimationsImport_getImplementationName() throw(); css::uno::Sequence AnimationsImport_getSupportedServiceNames() throw(); -- cgit