summaryrefslogtreecommitdiff
path: root/include/uno/mapping.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/uno/mapping.hxx')
-rw-r--r--include/uno/mapping.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx
index f4340b58df9b..4c9d4e9c694e 100644
--- a/include/uno/mapping.hxx
+++ b/include/uno/mapping.hxx
@@ -290,7 +290,7 @@ inline void * Mapping::mapInterface(
}
/** Deprecated. This function DOES NOT WORK with Purpose Environments
- (http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Purpose Environments)
+ (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Purpose Environments)
Maps an binary C UNO interface to be used in the currently used compiler environment.
@@ -313,7 +313,7 @@ inline sal_Bool mapToCpp( Reference< C > * ppRet, uno_Interface * pUnoI ) SAL_TH
return (0 != *ppRet);
}
/** Deprecated. This function DOES NOT WORK with Purpose Environments
- (http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Purpose Environments)
+ (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Purpose Environments)
Maps an UNO interface of the currently used compiler environment to binary C UNO.