From 7e5b4be4cf6f699ec8fcfa8fb9cb35d5782b2f41 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 28 Jul 2011 14:37:59 +0200 Subject: add prefixes for component_getFactory --- animations/source/animcore/animcore.component | 2 +- animations/source/animcore/factreg.cxx | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'animations') diff --git a/animations/source/animcore/animcore.component b/animations/source/animcore/animcore.component index 1a9a390fb64b..e0d28e164717 100644 --- a/animations/source/animcore/animcore.component +++ b/animations/source/animcore/animcore.component @@ -26,7 +26,7 @@ * **********************************************************************--> - diff --git a/animations/source/animcore/factreg.cxx b/animations/source/animcore/factreg.cxx index ac58a68d24e9..97ebacf48cb3 100644 --- a/animations/source/animcore/factreg.cxx +++ b/animations/source/animcore/factreg.cxx @@ -74,13 +74,7 @@ static struct ImplementationEntry g_entries[] = extern "C" { -sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) -{ - return g_moduleCount.canUnload( &g_moduleCount , pTime ); -} - -//================================================================================================== -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL animcore_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); -- cgit