summaryrefslogtreecommitdiff
path: root/javaunohelper/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-23 16:13:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-23 16:13:10 +0000
commitacf3fdbca6ebf67b8fb8f2bad1a9f2a035e8b6b1 (patch)
tree29b6dcfa05d6c47ee7c8952e2549088eea74dc9a /javaunohelper/source
parent183f9f4023b0de11cf0c37fdec4ff22780370102 (diff)
INTEGRATION: CWS uno2 (1.5.24); FILE MERGED
2003/04/08 13:38:54 dbo 1.5.24.1: #107991# UNO shared library component renaming
Diffstat (limited to 'javaunohelper/source')
-rw-r--r--javaunohelper/source/javaunohelper.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/javaunohelper/source/javaunohelper.cxx b/javaunohelper/source/javaunohelper.cxx
index b954a02b5333..c180f0a0a415 100644
--- a/javaunohelper/source/javaunohelper.cxx
+++ b/javaunohelper/source/javaunohelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: javaunohelper.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dbo $ $Date: 2002-12-06 16:40:54 $
+ * last change: $Author: rt $ $Date: 2003-04-23 17:13:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -190,6 +190,8 @@ Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory(
OUString aLibName( pJLibName );
pJEnv->ReleaseStringChars( jLibName, pJLibName);
+ aLibName += OUString( RTL_CONSTASCII_USTRINGPARAM(SAL_DLLEXTENSION) );
+
jobject joSLL_cpp = 0;
oslModule lib = osl_loadModule( aLibName.pData, SAL_LOADMODULE_LAZY | SAL_LOADMODULE_GLOBAL );