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 --- shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'shell') diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx index d308f3457a1f..5204a37e2876 100644 --- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx +++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx @@ -309,7 +309,6 @@ SCODE STDMETHODCALLTYPE COooFilter::GetChunk(STAT_CHUNK * pStat) { case FilteringContent: { - // Read Unicodes from buffer. if( m_ChunkPosition == m_pContentReader ->getChunkBuffer().size() ) { m_ulUnicodeBufferLen=0; -- cgit v1.2.3