summaryrefslogtreecommitdiff
path: root/sal/qa/osl/module/osl_Module_DLL.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/module/osl_Module_DLL.cxx')
-rw-r--r--sal/qa/osl/module/osl_Module_DLL.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/module/osl_Module_DLL.cxx b/sal/qa/osl/module/osl_Module_DLL.cxx
index 0b22d7a3c4ad..b8d4885969cb 100644
--- a/sal/qa/osl/module/osl_Module_DLL.cxx
+++ b/sal/qa/osl/module/osl_Module_DLL.cxx
@@ -27,7 +27,7 @@
// But we instantiate a test plugin to fake the build process.
CPPUNIT_PLUGIN_IMPLEMENT();
-extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL firstfunc( sal_Bool )
+extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool firstfunc( sal_Bool )
{
return true;
}