diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-24 07:24:18 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-24 07:24:18 +0200 |
commit | 1f1f8ac4db7aa40f299a104927499e72d39fd932 (patch) | |
tree | dec62447f716bdad77846085ea5d557ebbcab54c /sdext | |
parent | 9be39efcc55f9c4a8f7c02bdded299c0ef7e54fd (diff) |
remove leftover component_writeInfo
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterComponent.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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 ) { |