summaryrefslogtreecommitdiff
path: root/cppu/source/uno/lbmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/lbmap.cxx')
-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 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