diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-04-16 21:19:51 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-04-17 08:41:32 +0200 |
commit | 2ab7643aa652dcbcfe29be41bfd9c8502398dd42 (patch) | |
tree | 6d07388f4f554a02035af204aa4d684679800ec5 /xmloff/inc/facreg.hxx | |
parent | 96f77910e86f88c99621a8b17c09fc69f9f1d8f3 (diff) |
xmloff: create SchXMLExport (flat OOoXML) instances with an uno constructor
See tdf#74608 for motivation.
Change-Id: I67138b848411d91172ceec7af6826841b017cfdc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92390
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc/facreg.hxx')
-rw-r--r-- | xmloff/inc/facreg.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx index beaf764e3c7d..04176d4fad91 100644 --- a/xmloff/inc/facreg.hxx +++ b/xmloff/inc/facreg.hxx @@ -32,11 +32,6 @@ namespace com { namespace sun { namespace star { } } } // chart OOo export -OUString SchXMLExport_getImplementationName() throw(); -css::uno::Sequence<OUString> SchXMLExport_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> SchXMLExport_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); OUString SchXMLExport_Styles_getImplementationName() throw(); css::uno::Sequence<OUString> SchXMLExport_Styles_getSupportedServiceNames() throw(); /// @throws css::uno::Exception |