From e568c9dca8b93b96a8a130a8fb6f1bba1a33d6ea Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Tue, 12 Apr 2022 18:32:29 +0300 Subject: Update remaining DevGuide wiki links. My Kate editor decided to do some whitespace cleanup, but maybe it's fine as the main changes are not targeting functional bits anyway. Change-Id: I5292e77e43055f94a6256a7f72d49fd59287d194 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132928 Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas --- i18npool/source/breakiterator/gendict.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i18npool/source') diff --git a/i18npool/source/breakiterator/gendict.cxx b/i18npool/source/breakiterator/gendict.cxx index 5380e20fdc01..6d431ce1dce7 100644 --- a/i18npool/source/breakiterator/gendict.cxx +++ b/i18npool/source/breakiterator/gendict.cxx @@ -59,8 +59,8 @@ static sal_Int64 existMarkOffset = 0; 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.openoffice.org/wiki/ - /Documentation/DevGuide/OfficeDev/Implementing_a_New_Locale - 27/01/2011) + pass it to the parent class." (from https://wiki.documentfoundation.org/ + Documentation/DevGuide/Office_Development#Implementing_a_New_Locale - 27/01/2011) */ // C-standard guarantees that static variables are automatically initialized to 0 -- cgit