summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/source/preload.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/javaunohelper/source/preload.cxx b/javaunohelper/source/preload.cxx
index 2e4964bab575..d491e9b4dbfb 100644
--- a/javaunohelper/source/preload.cxx
+++ b/javaunohelper/source/preload.cxx
@@ -43,7 +43,7 @@ static javaunohelper::detail::Func_getFactory * s_getFactory;
static javaunohelper::detail::Func_bootstrap * s_bootstrap;
static bool s_inited = false;
-extern "C" { static void SAL_CALL thisModule() {} }
+extern "C" { static void thisModule() {} }
static bool inited_juhx( JNIEnv * jni_env )