summaryrefslogtreecommitdiffstats
path: root/sw/inc/docstat.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-05 11:09:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-05 13:59:07 +0100
commit01028864214a1b1ee6bf3f00fca142baf7b1d40c (patch)
tree03fe353f18740a59da87f55e0884afcda7e09405 /sw/inc/docstat.hxx
parentno use is made of FmFormObj::m_nType (diff)
downloadcore-01028864214a1b1ee6bf3f00fca142baf7b1d40c.tar.gz
core-01028864214a1b1ee6bf3f00fca142baf7b1d40c.zip
Resolves: fdo#45271, i#17964 count CJK words the way that's expected by users
Diffstat (limited to 'sw/inc/docstat.hxx')
-rw-r--r--sw/inc/docstat.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/docstat.hxx b/sw/inc/docstat.hxx
index 554d506be414..1869120b15ee 100644
--- a/sw/inc/docstat.hxx
+++ b/sw/inc/docstat.hxx
@@ -43,6 +43,7 @@ struct SW_DLLPUBLIC SwDocStat
/// all paragraphs, including empty/hidden ones
sal_uLong nAllPara;
sal_uLong nWord;
+ sal_uLong nAsianWord;
sal_uLong nChar;
sal_uLong nCharExcludingSpaces;
sal_Bool bModified;