summaryrefslogtreecommitdiff
path: root/cui/source/uno/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/uno/services.cxx')
-rw-r--r--cui/source/uno/services.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/uno/services.cxx b/cui/source/uno/services.cxx
index 34799d37bf8d..af06b9d07659 100644
--- a/cui/source/uno/services.cxx
+++ b/cui/source/uno/services.cxx
@@ -34,7 +34,7 @@ namespace
};
}
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cui_component_getFactory( char const * implName, void * serviceManager, void * registryKey)
+extern "C" SAL_DLLPUBLIC_EXPORT void * cui_component_getFactory( char const * implName, void * serviceManager, void * registryKey)
{
return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries);
}