From acf3fdbca6ebf67b8fb8f2bad1a9f2a035e8b6b1 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 23 Apr 2003 16:13:10 +0000 Subject: 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 --- javaunohelper/source/javaunohelper.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'javaunohelper/source') 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 ); -- cgit