diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-09-07 14:21:22 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-09-07 14:21:22 +0200 |
commit | 6ea6a422fbb6279c6fc589e86603a6864273229d (patch) | |
tree | f7b9ecedbcb23305c47f3f9e06b0c74d9c694145 /include/uno | |
parent | 15dfb04267015a9dfbc36d79999d51527bc00358 (diff) |
s/wiki.services.openoffice.org/wiki.openoffice.org/g
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
Diffstat (limited to 'include/uno')
-rw-r--r-- | include/uno/Enterable.h | 12 | ||||
-rw-r--r-- | include/uno/EnvDcp.h | 4 | ||||
-rw-r--r-- | include/uno/mapping.hxx | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/include/uno/Enterable.h b/include/uno/Enterable.h index 29b51f41bb29..ee54e2fa9fea 100644 --- a/include/uno/Enterable.h +++ b/include/uno/Enterable.h @@ -30,7 +30,7 @@ extern "C" /** Generic function type declaration for entering an Environment. - (http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) + (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) @param context @since UDK 3.2.7 @@ -39,7 +39,7 @@ typedef void uno_Enterable_enter (void * context); /** Generic function type declaration for levaing an Environment. - (http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) + (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) @param context @since UDK 3.2.7 @@ -48,7 +48,7 @@ typedef void uno_Enterable_leave (void * context); /** Generic function type declaration for calling into an Environment. - (http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) + (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) @param context @param pCallee the function to be called @@ -59,7 +59,7 @@ typedef void uno_Enterable_callInto_v(void * context, uno_EnvCallee * pCallee, v /** Generic function type declaration for calling out of an Environment. - (http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) + (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) @param context @param pCallee the function to be called @@ -71,7 +71,7 @@ typedef void uno_Enterable_callOut_v (void * context, uno_EnvCallee * pCallee, v /** Generic function type declaration for checking if calling on managed object is valid. - (http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) + (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) @param context @param ppReason the reason, in case calling is not valid @@ -82,7 +82,7 @@ typedef int uno_Enterable_isValid_v (void * context, rtl_uString ** ppReason); /** A struct pReserved needs to point to, if implementing a purpose environment. - (http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) + (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) @since UDK 3.2.7 */ diff --git a/include/uno/EnvDcp.h b/include/uno/EnvDcp.h index 0dd327dea4c6..6c81660b34b1 100644 --- a/include/uno/EnvDcp.h +++ b/include/uno/EnvDcp.h @@ -29,7 +29,7 @@ extern "C" #endif /** Get the OBI type part of an environment descriptor. - (http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Environment_Descriptor) + (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Descriptor) @param pEnvDcp the Environment Descriptor @param ppEnvTypeName the OBI type @@ -39,7 +39,7 @@ CPPU_DLLPUBLIC void uno_EnvDcp_getTypeName(rtl_uString const * pEnvDcp, rtl_uStr /** Get the purpose part of an environment descriptor. - (http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Environment_Descriptor) + (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Descriptor) @param pEnvDcp the Environment Descriptor @param ppEnvPurpose the purpose 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. |