diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-03-12 22:02:01 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-13 08:58:10 +0100 |
commit | 2f2213016772c94b578c40e65f85c699d289887e (patch) | |
tree | ac53b8b663d34a9035b52a79e6b2973d287ddf30 /xmloff/inc/facreg.hxx | |
parent | b70abeb9c3eea7ab24f3544ee95528278b53490d (diff) |
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 <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 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<OUString> SchXMLExport_Oasis_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference<css::uno::XInterface> SchXMLExport_Oasis_createInstance( - css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr); OUString SchXMLExport_Oasis_Meta_getImplementationName() throw(); css::uno::Sequence<OUString> SchXMLExport_Oasis_Meta_getSupportedServiceNames() throw(); /// @throws css::uno::Exception |