summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-08-28 21:14:06 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-29 09:00:12 +0200
commit95ada3e44b7e52f7545a152278244b99e8340627 (patch)
treebef59598f9ac5dda4c73e2734352381f8f8d406e /xmloff/inc
parent89df4a82bbed0c2e3a4a8be0b995c4400377628c (diff)
xmloff: create XMLImpressExportOOO instances with an uno constructor
See tdf#74608 for motivation. Change-Id: I44c3ac24c19f4ecd1d0d01a9a686b486f3b35c48 Reviewed-on: https://gerrit.libreoffice.org/78236 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/facreg.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx
index 610c4d85b949..bef148811eaa 100644
--- a/xmloff/inc/facreg.hxx
+++ b/xmloff/inc/facreg.hxx
@@ -33,13 +33,6 @@ namespace com { namespace sun { namespace star {
namespace uno { class XInterface; }
} } }
-// impress OOo export
-OUString XMLImpressExportOOO_getImplementationName() throw();
-css::uno::Sequence<OUString> XMLImpressExportOOO_getSupportedServiceNames() throw();
-/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> XMLImpressExportOOO_createInstance(
- css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
-
// draw oasis export
OUString XMLDrawExportOasis_getImplementationName() throw();
css::uno::Sequence<OUString> XMLDrawExportOasis_getSupportedServiceNames() throw();