summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-10-03 21:56:22 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-10-04 09:07:13 +0200
commit5d89d64846cd9fa56ffae47aae7c8c52a2a5feea (patch)
tree86ab77df34e1d5dee03f8bf389e8105eac4eb608 /xmloff/inc
parentc43978ecf329824b619a124e860bd683feec966f (diff)
xmloff: create XMLDrawMetaExportOOO instances with an uno constructor
See tdf#74608 for motivation. Change-Id: Ia7ca975486be09acd2655c59b65e1f2a57774f32 Reviewed-on: https://gerrit.libreoffice.org/80166 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 906cf50c0751..e068852ebbb3 100644
--- a/xmloff/inc/facreg.hxx
+++ b/xmloff/inc/facreg.hxx
@@ -59,11 +59,6 @@ css::uno::Reference<css::uno::XInterface> XMLDrawSettingsExportOasis_createInsta
css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
// draw OOo export
-OUString XMLDrawMetaExportOOO_getImplementationName() throw();
-css::uno::Sequence<OUString> XMLDrawMetaExportOOO_getSupportedServiceNames() throw();
-/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> XMLDrawMetaExportOOO_createInstance(
- css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
OUString XMLDrawSettingsExportOOO_getImplementationName() throw();
css::uno::Sequence<OUString> XMLDrawSettingsExportOOO_getSupportedServiceNames() throw();
/// @throws css::uno::Exception