From 20c43a23d1d02523da2a72c37b839350798c775f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 12 Feb 2017 12:39:13 +0200 Subject: "Unicode" is a proper noun and should not be used in plural The 16-bit things that make up the UTF-16 encoding are called "code units". Change-Id: Iab2b83323783e518198c1a0553f7b053fc415985 --- tools/source/stream/stream.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index 9035a9cecff1..f54924fc7087 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -2002,7 +2002,7 @@ OString read_uInt8s_ToOString(SvStream& rStrm, std::size_t nLen) return pStr ? OString(pStr, SAL_NO_ACQUIRE) : OString(); } -//Create a OUString of nLen sal_Unicodes from rStream +//Create a OUString of nLen sal_Unicode code units from rStream OUString read_uInt16s_ToOUString(SvStream& rStrm, std::size_t nLen) { rtl_uString *pStr = nullptr; -- cgit