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