summaryrefslogtreecommitdiff
path: root/cppu/source/uno
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2002-08-13 14:09:09 +0000
committerMartin Hollmichel <mh@openoffice.org>2002-08-13 14:09:09 +0000
commit4875098c77ba41216b75ea38d29634a6afd97cd8 (patch)
tree57b6027d8380043aa8a4a8d3cf62634bf704f231 /cppu/source/uno
parenta1fffc4e64d3acaff76e1c5cbc53855d1fc99487 (diff)
join: from OOO_STABLE_1, #101685#
Diffstat (limited to 'cppu/source/uno')
-rw-r--r--cppu/source/uno/lbmap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/uno/lbmap.cxx b/cppu/source/uno/lbmap.cxx
index 6ad957962..54d7f1254 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