#84444# moved implementations to svx

This commit is contained in:
Christian Lippka 2001-08-24 10:57:40 +00:00
parent 39a8b5da46
commit bafb1ba74a
2 changed files with 8 additions and 11 deletions

View file

@ -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 <cppuhelper/factory.hxx>
#include <uno/lbnames.h>
#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;
}

View file

@ -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 \