From koffice-devel Sun Jan 04 10:16:54 2004 From: =?UTF-8?B?SmVucyBCw6Rja21hbg==?= Date: Sun, 04 Jan 2004 10:16:54 +0000 To: koffice-devel Subject: Re: KOFFICE_1_3_BRANCH: koffice/tools/thesaurus Message-Id: <3FF7E816.6030705 () thoreb ! se> X-MARC-Message: https://marc.info/?l=koffice-devel&m=107321163121207 > --- koffice/tools/thesaurus/main.cc #1.40:1.40.2.1 > @@ -681,4 +681,5 @@ void Thesaurus::wnExited(KProcess *) > } > // Escape XML: > + l = l.replace('&', "&"); > l = l.replace(QRegExp("<"), "<"); > l = l.replace(QRegExp(">"), ">"); Isn't this wrong? After all, this would replace "&lt;" with "<", while it should be "<". _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org https://mail.kde.org/mailman/listinfo/koffice-devel