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/cppu | |
parent | 15dfb04267015a9dfbc36d79999d51527bc00358 (diff) |
s/wiki.services.openoffice.org/wiki.openoffice.org/g
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
Diffstat (limited to 'include/cppu')
-rw-r--r-- | include/cppu/Enterable.hxx | 2 | ||||
-rw-r--r-- | include/cppu/EnvDcp.hxx | 4 | ||||
-rw-r--r-- | include/cppu/EnvGuards.hxx | 4 | ||||
-rw-r--r-- | include/cppu/Map.hxx | 2 | ||||
-rw-r--r-- | include/cppu/helper/purpenv/Environment.hxx | 2 | ||||
-rw-r--r-- | include/cppu/helper/purpenv/Mapping.hxx | 2 |
6 files changed, 8 insertions, 8 deletions
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 */ |