summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-07-03 21:16:33 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-04 09:03:05 +0200
commit405c4e37b2ddf3afeda5e4bf9f57a3c9dd5eab85 (patch)
tree190febcb620ed2490e527e67f75fe1cf18d7b3f5 /xmloff/inc
parentaf3b993ebea2f653fabba981d4c22b9aa779b32a (diff)
xmloff: create XMLImportMetaImportOasis instances with an uno constructor
See tdf#74608 for motivation. Change-Id: Iaa42d09df5322e8fb23d96e7ff2c298951684c6c Reviewed-on: https://gerrit.libreoffice.org/75058 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/facreg.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx
index d3a6317a6775..d9694e6fc276 100644
--- a/xmloff/inc/facreg.hxx
+++ b/xmloff/inc/facreg.hxx
@@ -44,11 +44,6 @@ css::uno::Sequence<OUString> XMLImpressContentImportOasis_getSupportedServiceNam
/// @throws css::uno::Exception
css::uno::Reference<css::uno::XInterface> XMLImpressContentImportOasis_createInstance(
css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
-OUString XMLImpressMetaImportOasis_getImplementationName() throw();
-css::uno::Sequence<OUString> XMLImpressMetaImportOasis_getSupportedServiceNames() throw();
-/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> XMLImpressMetaImportOasis_createInstance(
- css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
// impress OOo export
OUString XMLImpressExportOOO_getImplementationName() throw();