From bafb1ba74a5d3bf42cff56a8f5fe849d45325297 Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Fri, 24 Aug 2001 10:57:40 +0000 Subject: [PATCH] #84444# moved implementations to svx --- sd/source/ui/unoidl/facreg.cxx | 14 ++++++-------- sd/source/ui/unoidl/makefile.mk | 5 ++--- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx index b30568eb20f6..a1f03d734f5f 100644 --- a/sd/source/ui/unoidl/facreg.cxx +++ b/sd/source/ui/unoidl/facreg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: facreg.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2001-03-29 14:19:00 $ + * last change: $Author: cl $ $Date: 2001-08-24 11:55:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,13 +72,8 @@ #include #include -#ifndef _SD_UNOGRAPHICEXPORTER_HXX_ -#include "UnoGraphicExporter.hxx" -#endif - using namespace rtl; using namespace com::sun::star; -using namespace sd; // #ifdef __cplusplus @@ -107,9 +102,10 @@ sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryK { try { - registry::XRegistryKey *pKey = reinterpret_cast< registry::XRegistryKey * >( pRegistryKey ); +/* registry::XRegistryKey *pKey = reinterpret_cast< registry::XRegistryKey * >( pRegistryKey ); writeInfo( pKey, GraphicExporter_getImplementationName(), GraphicExporter_getSupportedServiceNames() ); +*/ } catch (registry::InvalidRegistryException &) { @@ -122,6 +118,7 @@ sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryK void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { void * pRet = 0; +/* if( pServiceManager ) { uno::Reference< lang::XMultiServiceFactory > xMSF( reinterpret_cast< lang::XMultiServiceFactory * >( pServiceManager ) ); @@ -142,6 +139,7 @@ void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServic pRet = xFactory.get(); } } +*/ return pRet; } diff --git a/sd/source/ui/unoidl/makefile.mk b/sd/source/ui/unoidl/makefile.mk index f1455bbb2adc..045034609f57 100644 --- a/sd/source/ui/unoidl/makefile.mk +++ b/sd/source/ui/unoidl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hr $ $Date: 2001-08-10 10:50:40 $ +# last change: $Author: cl $ $Date: 2001-08-24 11:55:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,7 +87,6 @@ SLOFILES = \ $(SLO)$/unopool.obj \ $(SLO)$/UnoDocumentSettings.obj \ $(SLO)$/facreg.obj \ - $(SLO)$/UnoGraphicExporter.obj \ $(SLO)$/unomodel.obj \ $(SLO)$/unopage.obj \ $(SLO)$/unoiview.obj \