[Libreoffice-commits] core.git: sax/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 20 06:50:05 UTC 2021
sax/source/expatwrap/saxwriter.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7b23283122b1dbfba9c7f2c740602979c0efe3da
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 19 21:22:47 2021 +0100
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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)
More information about the Libreoffice-commits
mailing list