From 2f2213016772c94b578c40e65f85c699d289887e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 12 Mar 2020 22:02:01 +0100 Subject: xmloff: create SchXMLExport_Oasis instances with an uno constructor See tdf#74608 for motivation. Change-Id: Ia4fed34fe8b5e89d2e70950f2939941c96bb5f65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90445 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 59428841197f..42a5f5c1b900 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -32,11 +32,6 @@ namespace com { namespace sun { namespace star { } } } // chart oasis export -OUString SchXMLExport_Oasis_getImplementationName() throw(); -css::uno::Sequence SchXMLExport_Oasis_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference SchXMLExport_Oasis_createInstance( - css::uno::Reference const & rSMgr); OUString SchXMLExport_Oasis_Meta_getImplementationName() throw(); css::uno::Sequence SchXMLExport_Oasis_Meta_getSupportedServiceNames() throw(); /// @throws css::uno::Exception -- cgit