From 1f1f8ac4db7aa40f299a104927499e72d39fd932 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 24 Apr 2012 07:24:18 +0200 Subject: remove leftover component_writeInfo --- sdext/source/presenter/PresenterComponent.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sdext') diff --git a/sdext/source/presenter/PresenterComponent.cxx b/sdext/source/presenter/PresenterComponent.cxx index b73d61766217..581427cf94ac 100644 --- a/sdext/source/presenter/PresenterComponent.cxx +++ b/sdext/source/presenter/PresenterComponent.cxx @@ -106,12 +106,6 @@ extern "C" return g_moduleCount.canUnload( &g_moduleCount , pTime ); } - SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo( - void * pServiceManager, void * pRegistryKey ) - { - return component_writeInfoHelper(pServiceManager, pRegistryKey, gServiceEntries); - } - SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { -- cgit