summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-12 12:39:13 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-12 12:43:12 +0200
commit20c43a23d1d02523da2a72c37b839350798c775f (patch)
treeca091afc2e1eaf39051aa6242c60764b5079bdb2 /shell
parentd4c09a4e3737c1355c666299d8a3f3f30dc659dd (diff)
"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
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx1
1 files changed, 0 insertions, 1 deletions
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;