summaryrefslogtreecommitdiffstats
path: root/i18npool
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 /i18npool
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 'i18npool')
-rw-r--r--i18npool/source/breakiterator/gendict.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/breakiterator/gendict.cxx b/i18npool/source/breakiterator/gendict.cxx
index 6c9b65af2deb..eac6998929a3 100644
--- a/i18npool/source/breakiterator/gendict.cxx
+++ b/i18npool/source/breakiterator/gendict.cxx
@@ -45,7 +45,7 @@ using namespace ::rtl;
All dictionary searching and loading is performed in the xdictionary class.
The only thing you need to do is to derive your class from BreakIterator_CJK
and create an instance of the xdictionary with the language name and
- pass it to the parent class." (from http://wiki.services.openoffice.org/wiki/
+ pass it to the parent class." (from http://wiki.openoffice.org/wiki/
/Documentation/DevGuide/OfficeDev/Implementing_a_New_Locale - 27/01/2011)
*/