From b4b224f6710adaa1cd9c6413e9754db6fbee3e9c Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 16 Jan 2020 21:31:44 +0100 Subject: xmloff: create DrawingLayerExport instances with an uno constructor See tdf#74608 for motivation. Change-Id: I1bb8e649cab67a2df4e40277758a47259f65a6c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86946 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmloff/inc/facreg.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx index aea6ca9a23e4..589210d9e8c8 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; } } } } -// drawing layer export -OUString XMLDrawingLayerExport_getImplementationName() throw(); -css::uno::Sequence XMLDrawingLayerExport_getSupportedServiceNames() throw(); -/// @throws css::uno::Exception -css::uno::Reference XMLDrawingLayerExport_createInstance( - css::uno::Reference const & rSMgr); - // impress xml clipboard export OUString XMLImpressClipboardExport_getImplementationName() throw(); css::uno::Sequence XMLImpressClipboardExport_getSupportedServiceNames() throw(); -- cgit