summaryrefslogtreecommitdiffstats
path: root/cppu
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2002-08-13 14:07:09 +0000
committerMartin Hollmichel <mh@openoffice.org>2002-08-13 14:07:09 +0000
commitca3435bacac922e54106221d7be75194ac3ebf20 (patch)
tree87a0fa5801a1ee3a039599ccf5dae92a7b6dddac /cppu
parent#i6126#: clean up MacOSX handling (diff)
downloadcore-ca3435bacac922e54106221d7be75194ac3ebf20.tar.gz
core-ca3435bacac922e54106221d7be75194ac3ebf20.zip
join: from OOO_STABLE_1
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/uno/lbenv.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx
index a3abcd505c7f..d2301143e820 100644
--- a/cppu/source/uno/lbenv.cxx
+++ b/cppu/source/uno/lbenv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lbenv.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: dbo $ $Date: 2001-11-09 09:14:31 $
+ * last change: $Author: mh $ $Date: 2002-08-13 15:07:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1031,7 +1031,7 @@ static uno_Environment * initDefaultEnvironment(
aLibName.appendAscii( RTL_CONSTASCII_STRINGPARAM("lib") );
aLibName.append( rEnvTypeName );
#ifdef MACOSX
- aLibName.appendAscii( RTL_CONSTASCII_STRINGPARAM("_uno.dylib.framework") );
+ aLibName.appendAscii( RTL_CONSTASCII_STRINGPARAM("_uno.dylib") );
#else
aLibName.appendAscii( RTL_CONSTASCII_STRINGPARAM("_uno.so") );
#endif