summaryrefslogtreecommitdiff
path: root/i18npool/source/breakiterator/gendict.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/breakiterator/gendict.cxx')
-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)
*/