summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-01-15 16:29:00 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-01-15 16:29:00 +0000
commit8873c7fd6a782f6139f50b73c30dfc71c8ae55c9 (patch)
treea3fde9c911fb46b1eb0cc8ac26806d826b58991a /cppu
parent53260747507a4539f95a5213b4d8293eaa806cb6 (diff)
method abiguity - macosx
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/uno/lbenv.cxx6
-rw-r--r--cppu/source/uno/lbmap.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx
index e21e989a2..8854de7ed 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 d0af0f787..e06a117b3 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 );