From 0f689f80e9bd3a0f90422df70426be5b50972871 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 21:44:43 +0200 Subject: Fix typos Change-Id: Ib61f500f7f9199e524d6ba4de419eda7fb30abcf Reviewed-on: https://gerrit.libreoffice.org/77761 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sax/source/expatwrap/saxwriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax') diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx index 723031804dc2..38826c04fc36 100644 --- a/sax/source/expatwrap/saxwriter.cxx +++ b/sax/source/expatwrap/saxwriter.cxx @@ -245,7 +245,7 @@ void SaxWriterHelper::AddBytes(sal_Int8* pTarget, sal_uInt32& rPos, AddBytes(pTarget, rPos, &pBytes[nCount], nRestCount); } -/** Converts an UTF16 string to UTF8 and does XML normalization +/** Converts a UTF-16 string to UTF-8 and does XML normalization @param pTarget Pointer to a piece of memory, to where the output should be written. The caller -- cgit