summaryrefslogtreecommitdiff
path: root/sw/inc/docstat.hxx
diff options
context:
space:
mode:
authorMattias Johnsson <m.t.johnsson@gmail.com>2010-10-27 18:01:43 +1100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-27 14:22:13 +0200
commitfa2857fbd214346cdb808971b5830bc8833decc4 (patch)
tree98f7c0b861f7af355279a68a5ea5290aad471597 /sw/inc/docstat.hxx
parent5b598f6b8cbd4356c41ef1ae716f898891da95ba (diff)
Add character count exclusive of whitespace to document statistics part 1
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 26d23ce5dbcd..9c36ed834779 100644
--- a/sw/inc/docstat.hxx
+++ b/sw/inc/docstat.hxx
@@ -44,6 +44,7 @@ struct SW_DLLPUBLIC SwDocStat
ULONG nAllPara;
ULONG nWord;
ULONG nChar;
+ ULONG nCharExcludingSpaces;
BOOL bModified;
SwDocStat();