diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-04-21 00:37:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-04-21 00:37:36 +0200 |
commit | 025d87cfc104dc4ddc57834bdcbc2f076a0c503d (patch) | |
tree | 5139dd7b3d3cb981194aef4a5582585148591a98 /extensions | |
parent | ddaf673ddf6959f970060675d4d7348eddda67d7 (diff) |
SAL_CALL was not present for component_getFactory
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/ui/updatecheckui.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx index 7b02e0e72279..2acaf584a4e6 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, |