summaryrefslogtreecommitdiff
path: root/cppu/source/uno/lbmap.cxx
diff options
context:
space:
mode:
authorPing Liao <pliao@openoffice.org>2001-02-07 02:40:09 +0000
committerPing Liao <pliao@openoffice.org>2001-02-07 02:40:09 +0000
commit1ddb796d6235bfdadfc6694cc300bbacabcfb9fe (patch)
tree3b210ee38b7c5e4970505c7dbbb0c10a3e4a9878 /cppu/source/uno/lbmap.cxx
parent380ef7e3a8c73e4ec9dd78c4f7297a041c4d2ddd (diff)
Added MACOSX linker/loader bug workaround code.
Diffstat (limited to 'cppu/source/uno/lbmap.cxx')
-rw-r--r--cppu/source/uno/lbmap.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/cppu/source/uno/lbmap.cxx b/cppu/source/uno/lbmap.cxx
index ccdb050d4..97ce854f7 100644
--- a/cppu/source/uno/lbmap.cxx
+++ b/cppu/source/uno/lbmap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lbmap.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mh $ $Date: 2001-01-31 09:36:30 $
+ * last change: $Author: pliao $ $Date: 2001-02-07 03:40:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -398,12 +398,7 @@ static Mapping loadExternalMapping(
if (hModule)
{
-#ifdef MACOSX
- OUString aSymbolName(
- aName + OUString( RTL_CONSTASCII_USTRINGPARAM(UNO_EXT_GETMAPPING) ) );
-#else
OUString aSymbolName( RTL_CONSTASCII_USTRINGPARAM(UNO_EXT_GETMAPPING) );
-#endif
uno_ext_getMappingFunc fpGetMapFunc =
(uno_ext_getMappingFunc)::osl_getSymbol( hModule, aSymbolName.pData );