summaryrefslogtreecommitdiff
path: root/xmloff/inc/facreg.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-10-10 21:33:53 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-10-11 08:35:35 +0200
commit10357bdfc0a254a76681e29e8a412f91738f1dda (patch)
treebcf740924fb0b917561ec15cf6862fb1b3e701e9 /xmloff/inc/facreg.hxx
parentcdbac696fb0cbb1d09645bc02799eed5504b192b (diff)
xmloff: create XMLDrawSettingsExportOOO instances with an uno constructor
See tdf#74608 for motivation. Change-Id: I15c879fd2be820a1b6ee878149442ebb46588a30 Reviewed-on: https://gerrit.libreoffice.org/80629 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc/facreg.hxx')
-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 e068852ebbb3..242e6c0767ca 100644
--- a/xmloff/inc/facreg.hxx
+++ b/xmloff/inc/facreg.hxx
@@ -58,13 +58,6 @@ css::uno::Sequence<OUString> XMLDrawSettingsExportOasis_getSupportedServiceNames
css::uno::Reference<css::uno::XInterface> XMLDrawSettingsExportOasis_createInstance(
css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
-// draw OOo export
-OUString XMLDrawSettingsExportOOO_getImplementationName() throw();
-css::uno::Sequence<OUString> XMLDrawSettingsExportOOO_getSupportedServiceNames() throw();
-/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> XMLDrawSettingsExportOOO_createInstance(
- css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
-
// impress animation import
OUString AnimationsImport_getImplementationName() throw();
css::uno::Sequence<OUString> AnimationsImport_getSupportedServiceNames() throw();