From 82093a207c5bd5daf5b0a5b67e831177de605f53 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 30 Dec 2013 11:10:17 +0100 Subject: svx: Use constructor feature for GraphicExporter. Change-Id: I6384cce0915929b0a1249edfb72f5516ad2da3dd --- svx/source/unodraw/unoctabl.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'svx/source/unodraw/unoctabl.cxx') diff --git a/svx/source/unodraw/unoctabl.cxx b/svx/source/unodraw/unoctabl.cxx index 961b311c1b47..815722852497 100644 --- a/svx/source/unodraw/unoctabl.cxx +++ b/svx/source/unodraw/unoctabl.cxx @@ -220,7 +220,6 @@ uno::Reference< uno::XInterface > SAL_CALL create_EnhancedCustomShapeEngine( con // export this service // -#include "UnoGraphicExporter.hxx" #include #include "sal/types.h" #include "osl/diagnose.h" @@ -265,13 +264,6 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL svx_component_getFactory ( svx::RecoveryUI::st_createInstance, svx::RecoveryUI::st_getSupportedServiceNames() ); } - else if( svx::GraphicExporter_getImplementationName().equalsAscii( pImplName ) ) - { - xFactory = ::cppu::createSingleFactory( reinterpret_cast< lang::XMultiServiceFactory * >( pServiceManager ), - svx::GraphicExporter_getImplementationName(), - svx::GraphicExporter_createInstance, - svx::GraphicExporter_getSupportedServiceNames() ); - } if( xFactory.is()) { -- cgit