summaryrefslogtreecommitdiffstats
path: root/extensions/source/scanner/scnserv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/scanner/scnserv.cxx')
-rw-r--r--extensions/source/scanner/scnserv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/scanner/scnserv.cxx b/extensions/source/scanner/scnserv.cxx
index f728ff809d32..d790bb9522fe 100644
--- a/extensions/source/scanner/scnserv.cxx
+++ b/extensions/source/scanner/scnserv.cxx
@@ -26,7 +26,7 @@
using namespace com::sun::star::registry;
-extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL scn_component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /*pRegistryKey*/ )
+extern "C" SAL_DLLPUBLIC_EXPORT void* scn_component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /*pRegistryKey*/ )
{
Reference< css::lang::XSingleServiceFactory > xFactory;
void* pRet = nullptr;