diff options
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/api/services.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/core/api/services.cxx b/formula/source/core/api/services.cxx index 2b346244898c..9010ee8be870 100644 --- a/formula/source/core/api/services.cxx +++ b/formula/source/core/api/services.cxx @@ -42,7 +42,7 @@ cppu::ImplementationEntry entries[] = { extern "C" { -SAL_DLLPUBLIC_EXPORT void * SAL_CALL for_component_getFactory( +SAL_DLLPUBLIC_EXPORT void * for_component_getFactory( char const * implName, void * serviceManager, void * registryKey) { return cppu::component_getFactoryHelper( |