sax/source/expatwrap/saxwriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7b23283122b1dbfba9c7f2c740602979c0efe3da Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jan 19 21:22:47 2021 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jan 20 07:49:25 2021 +0100 Fix typo Change-Id: I9edd52387417f8bb40646800beda7a3dca0b9abf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109657 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx index 606db22e29c9..033052a0bd8d 100644 --- a/sax/source/expatwrap/saxwriter.cxx +++ b/sax/source/expatwrap/saxwriter.cxx @@ -446,7 +446,7 @@ bool SaxWriterHelper::convertToXML(const sal_Unicode* pStr, sal_Int32 nStrLen, } } - // Deal with other uniciode cases + // Deal with other unicode cases if (c >= 0xd800 && c < 0xdc00) { // 1. surrogate: save (until 2. surrogate) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits