summaryrefslogtreecommitdiffstats
path: root/include/cppu/EnvGuards.hxx
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/cppu/EnvGuards.hxx
parentWaE: returning reference to temporary object (diff)
downloadcore-6ea6a422fbb6279c6fc589e86603a6864273229d.tar.gz
core-6ea6a422fbb6279c6fc589e86603a6864273229d.zip
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.hxx4
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
*/