[Libreoffice-commits] .: extensions/source

Julien Nabet serval2412 at kemper.freedesktop.org
Wed Apr 20 15:38:22 PDT 2011


 extensions/source/update/ui/updatecheckui.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0873a78a32a9ee5544d7859abd5f94cc5fbc5070
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Apr 21 00:37:36 2011 +0200

    SAL_CALL was not present for component_getFactory

diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index f19893a..f7aaf2b 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -1051,7 +1051,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnviron
 
 //------------------------------------------------------------------------------
 
-extern "C" SAL_DLLPUBLIC_EXPORT void * component_getFactory(const sal_Char *pszImplementationName, void *pServiceManager, void *pRegistryKey)
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(const sal_Char *pszImplementationName, void *pServiceManager, void *pRegistryKey)
 {
     return cppu::component_getFactoryHelper(
         pszImplementationName,


More information about the Libreoffice-commits mailing list