diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-01-15 16:29:00 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-01-15 16:29:00 +0000 |
commit | 2ff9e36f5a61fb01525c0101189469d3aa6452ff (patch) | |
tree | 7049925e44a6533e0c2aefe9ba26e9620e95bccf /cppu | |
parent | f4f70444d32a820d54d14424a1212e8bb215fcca (diff) |
method abiguity - macosx
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/uno/lbenv.cxx | 6 | ||||
-rw-r--r-- | cppu/source/uno/lbmap.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx index 3f0eeb79ac69..47e11901bda0 100644 --- a/cppu/source/uno/lbenv.cxx +++ b/cppu/source/uno/lbenv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lbenv.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: dbo $ $Date: 2000-12-21 14:39:29 $ + * last change: $Author: hjs $ $Date: 2001-01-15 17:29:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -681,7 +681,7 @@ extern "C" SAL_DLLEXPORT void SAL_CALL uno_dumpEnvironmentByName( uno_getEnvironment( &pEnv, pEnvTypeName, 0 ); if (pEnv) { - uno_dumpEnvironment( stream, pEnv, pFilter ); + ::uno_dumpEnvironment( stream, pEnv, pFilter ); (*pEnv->release)( pEnv ); } else diff --git a/cppu/source/uno/lbmap.cxx b/cppu/source/uno/lbmap.cxx index 63831a65f3c7..318ac4c07ea4 100644 --- a/cppu/source/uno/lbmap.cxx +++ b/cppu/source/uno/lbmap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lbmap.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dbo $ $Date: 2000-12-21 14:39:29 $ + * last change: $Author: hjs $ $Date: 2001-01-15 17:29:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -604,7 +604,7 @@ extern "C" SAL_DLLEXPORT void SAL_CALL uno_getMappingByName( OSL_ENSHURE( pETo, "### cannot get target environment!" ); if (pETo) { - uno_getMapping( ppMapping, pEFrom, pETo, pAddPurpose ); + ::uno_getMapping( ppMapping, pEFrom, pETo, pAddPurpose ); (*pETo->release)( pETo ); } (*pEFrom->release)( pEFrom ); |