summaryrefslogtreecommitdiff
path: root/include/cppu/EnvGuards.hxx
diff options
context:
space:
mode:
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
*/