diff options
Diffstat (limited to 'sw/inc/docstat.hxx')
-rw-r--r-- | sw/inc/docstat.hxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/docstat.hxx b/sw/inc/docstat.hxx index edcf4abad52a..5d40357524c8 100644 --- a/sw/inc/docstat.hxx +++ b/sw/inc/docstat.hxx @@ -33,17 +33,17 @@ struct SW_DLLPUBLIC SwDocStat { - USHORT nTbl; - USHORT nGrf; - USHORT nOLE; - ULONG nPage; + sal_uInt16 nTbl; + sal_uInt16 nGrf; + sal_uInt16 nOLE; + sal_uLong nPage; /// paragraphs for document statistic: non-empty and non-hidden ones - ULONG nPara; + sal_uLong nPara; /// all paragraphs, including empty/hidden ones - ULONG nAllPara; - ULONG nWord; - ULONG nChar; - BOOL bModified; + sal_uLong nAllPara; + sal_uLong nWord; + sal_uLong nChar; + sal_Bool bModified; SwDocStat(); void Reset(); |