summaryrefslogtreecommitdiff
path: root/include/uno/Enterable.h
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-09-07 14:21:22 +0200
committerAndras Timar <andras.timar@collabora.com>2013-09-07 14:21:22 +0200
commit6ea6a422fbb6279c6fc589e86603a6864273229d (patch)
treef7b9ecedbcb23305c47f3f9e06b0c74d9c694145 /include/uno/Enterable.h
parent15dfb04267015a9dfbc36d79999d51527bc00358 (diff)
s/wiki.services.openoffice.org/wiki.openoffice.org/g
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
Diffstat (limited to 'include/uno/Enterable.h')
-rw-r--r--include/uno/Enterable.h12
1 files changed, 6 insertions, 6 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
*/