[Libreoffice-commits] .: sdext/source

David Tardon dtardon at kemper.freedesktop.org
Mon Apr 23 22:24:56 PDT 2012


 sdext/source/presenter/PresenterComponent.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 1f1f8ac4db7aa40f299a104927499e72d39fd932
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Apr 24 07:24:18 2012 +0200

    remove leftover component_writeInfo

diff --git a/sdext/source/presenter/PresenterComponent.cxx b/sdext/source/presenter/PresenterComponent.cxx
index b73d617..581427c 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 )
     {


More information about the Libreoffice-commits mailing list