summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-01-23 21:11:24 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-24 08:50:18 +0100
commite975ab34daf72a2b708a46095994d0df3c23dec0 (patch)
tree46aecad5b9c053cc0fc15c6b26b9dc1012e83515 /xmloff/inc
parent09d56ba6d907199b124929272db9b5f61e0bb2d9 (diff)
xmloff: create XMLImpressClipboardExport instances with an uno constructor
See tdf#74608 for motivation. Change-Id: Idab3996986eb38ff8b1a3765f9bf005229271728 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87294 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 589210d9e8c8..3b99c7b284d6 100644
--- a/xmloff/inc/facreg.hxx
+++ b/xmloff/inc/facreg.hxx
@@ -31,13 +31,6 @@ namespace com { namespace sun { namespace star {
namespace uno { class XInterface; }
} } }
-// impress xml clipboard export
-OUString XMLImpressClipboardExport_getImplementationName() throw();
-css::uno::Sequence<OUString> XMLImpressClipboardExport_getSupportedServiceNames() throw();
-/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface> XMLImpressClipboardExport_createInstance(
- css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
-
// chart oasis import
OUString SchXMLImport_getImplementationName() throw();
css::uno::Sequence<OUString> SchXMLImport_getSupportedServiceNames() throw();