diff options
author | Martin Hollmichel <mh@openoffice.org> | 2002-08-13 14:09:09 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2002-08-13 14:09:09 +0000 |
commit | 952c06b02bbbbc98bb9a779a1700331993abefeb (patch) | |
tree | 1b562a3827833f61eecaabd7a2d9c190317b643f /cppu/source | |
parent | ca3435bacac922e54106221d7be75194ac3ebf20 (diff) |
join: from OOO_STABLE_1, #101685#
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/uno/lbmap.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/uno/lbmap.cxx b/cppu/source/uno/lbmap.cxx index bf22ce1294f3..ee1818a0da31 100644 --- a/cppu/source/uno/lbmap.cxx +++ b/cppu/source/uno/lbmap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lbmap.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: dbo $ $Date: 2001-07-02 11:43:51 $ + * last change: $Author: mh $ $Date: 2002-08-13 15:09:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -362,7 +362,7 @@ static inline oslModule loadModule( const OUString & rBridgeName ) aLibName.appendAscii( RTL_CONSTASCII_STRINGPARAM("lib") ); aLibName.append( rBridgeName ); #ifdef MACOSX - aLibName.appendAscii( RTL_CONSTASCII_STRINGPARAM(".dylib.framework") ); + aLibName.appendAscii( RTL_CONSTASCII_STRINGPARAM(".dylib") ); #else aLibName.appendAscii( RTL_CONSTASCII_STRINGPARAM(".so") ); #endif |