summaryrefslogtreecommitdiffstats
path: root/salhelper/source/dynload.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/source/dynload.cxx')
-rw-r--r--salhelper/source/dynload.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/source/dynload.cxx b/salhelper/source/dynload.cxx
index 7c9c9ce55612..b3a9e00322ae 100644
--- a/salhelper/source/dynload.cxx
+++ b/salhelper/source/dynload.cxx
@@ -23,7 +23,7 @@
namespace salhelper
{
-typedef void* (SAL_CALL *ApiInitFunction) (void);
+typedef void* (*ApiInitFunction) (void);
ORealDynamicLoader::ORealDynamicLoader(ORealDynamicLoader ** ppSetToZeroInDestructor_,
const rtl::OUString& moduleName,