diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-30 11:10:17 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-31 13:25:50 +0100 |
commit | 82093a207c5bd5daf5b0a5b67e831177de605f53 (patch) | |
tree | 2259344f6a61c7982750e572ce25bf75ef14ed1f /svx/source/unodraw/unoctabl.cxx | |
parent | 05caae2d040497c68b9328da93eb4c33caee4632 (diff) |
svx: Use constructor feature for GraphicExporter.
Change-Id: I6384cce0915929b0a1249edfb72f5516ad2da3dd
Diffstat (limited to 'svx/source/unodraw/unoctabl.cxx')
-rw-r--r-- | svx/source/unodraw/unoctabl.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
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 <com/sun/star/registry/XRegistryKey.hpp> #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()) { |