summaryrefslogtreecommitdiff
path: root/include
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
parent15dfb04267015a9dfbc36d79999d51527bc00358 (diff)
s/wiki.services.openoffice.org/wiki.openoffice.org/g
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/propertycontainerhelper.hxx2
-rw-r--r--include/cppu/Enterable.hxx2
-rw-r--r--include/cppu/EnvDcp.hxx4
-rw-r--r--include/cppu/EnvGuards.hxx4
-rw-r--r--include/cppu/Map.hxx2
-rw-r--r--include/cppu/helper/purpenv/Environment.hxx2
-rw-r--r--include/cppu/helper/purpenv/Mapping.hxx2
-rw-r--r--include/uno/Enterable.h12
-rw-r--r--include/uno/EnvDcp.h4
-rw-r--r--include/uno/mapping.hxx4
10 files changed, 19 insertions, 19 deletions
diff --git a/include/comphelper/propertycontainerhelper.hxx b/include/comphelper/propertycontainerhelper.hxx
index 1afccff5e84d..67eae2994b08 100644
--- a/include/comphelper/propertycontainerhelper.hxx
+++ b/include/comphelper/propertycontainerhelper.hxx
@@ -69,7 +69,7 @@ struct COMPHELPER_DLLPUBLIC PropertyDescription
The property values are usually held in derived classes, but can also be given to the
responsibility of this class here.
- For more information, see http://wiki.services.openoffice.org/wiki/Development/Cpp/Helper/PropertyContainerHelper.
+ For more information, see http://wiki.openoffice.org/wiki/Development/Cpp/Helper/PropertyContainerHelper.
*/
class COMPHELPER_DLLPUBLIC OPropertyContainerHelper
{
diff --git a/include/cppu/Enterable.hxx b/include/cppu/Enterable.hxx
index 6bb4a9c274d4..55e59430b506 100644
--- a/include/cppu/Enterable.hxx
+++ b/include/cppu/Enterable.hxx
@@ -26,7 +26,7 @@
namespace cppu
{
/** C++ wrapper for binary C Enterable
- (http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Stack)
+ (http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Stack)
@see uno_Enterable
@since UDK 3.2.7
diff --git a/include/cppu/EnvDcp.hxx b/include/cppu/EnvDcp.hxx
index 340ebcb3d5e1..f4e8d3e4dcc8 100644
--- a/include/cppu/EnvDcp.hxx
+++ b/include/cppu/EnvDcp.hxx
@@ -29,7 +29,7 @@ namespace cppu
namespace EnvDcp
{
/** Get the OBI type part of an environment descriptor.
- (http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Descriptor)
+ (http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Descriptor)
@param rEnvDcp the Environment Descriptor
@return the OBI type
@@ -45,7 +45,7 @@ inline rtl::OUString getTypeName(rtl::OUString const & rEnvDcp)
}
/** 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 rEnvDcp the Environment Descriptor
@return the purpose
diff --git a/include/cppu/EnvGuards.hxx b/include/cppu/EnvGuards.hxx
index e1334ac7909a..ee04499fc93a 100644
--- a/include/cppu/EnvGuards.hxx
+++ b/include/cppu/EnvGuards.hxx
@@ -32,7 +32,7 @@ namespace cppu
/** Environment Guard
The provided Environment becomes entered in the constructor and left
in the destructor.
- (http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Guard)
+ (http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Guard)
@since UDK 3.2.7
*/
@@ -80,7 +80,7 @@ namespace cppu
/** Environment Anti-Guard
Any entered Environment becomes left in the constructor and re-entered
in the destructor.
- (http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Environment_AntiGuard)
+ (http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Environment_AntiGuard)
@since UDK 3.2.7
*/
diff --git a/include/cppu/Map.hxx b/include/cppu/Map.hxx
index 576d2e9133ae..a018d209e3c6 100644
--- a/include/cppu/Map.hxx
+++ b/include/cppu/Map.hxx
@@ -28,7 +28,7 @@ namespace cssu = com::sun::star::uno;
namespace cppu
{
/** Helpers for mapping objects relative to the current environment.
- (http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Map_Helpers)
+ (http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Map_Helpers)
*/
/** Maps an object from the current to an outer Environment, returns mapped object.
diff --git a/include/cppu/helper/purpenv/Environment.hxx b/include/cppu/helper/purpenv/Environment.hxx
index 04985d7643b0..5c0f688d528d 100644
--- a/include/cppu/helper/purpenv/Environment.hxx
+++ b/include/cppu/helper/purpenv/Environment.hxx
@@ -28,7 +28,7 @@
namespace cppu { namespace helper { namespace purpenv {
/** C++ helper for implementing Purpose Environments.
- (http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Purpose_Bridge_Implementation_Helper)
+ (http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Purpose_Bridge_Implementation_Helper)
@since UDK 3.2.7
*/
diff --git a/include/cppu/helper/purpenv/Mapping.hxx b/include/cppu/helper/purpenv/Mapping.hxx
index 83518cf75d21..7b826ab06e88 100644
--- a/include/cppu/helper/purpenv/Mapping.hxx
+++ b/include/cppu/helper/purpenv/Mapping.hxx
@@ -30,7 +30,7 @@
namespace cppu { namespace helper { namespace purpenv {
/** C++ helper for implementing Purpose Environments.
- (http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Purpose_Bridge_Implementation_Helper)
+ (http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Purpose_Bridge_Implementation_Helper)
@since UDK 3.2.7
*/
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.