diff options
Diffstat (limited to 'sw/inc/docstat.hxx')
-rw-r--r-- | sw/inc/docstat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docstat.hxx b/sw/inc/docstat.hxx index 98b917c0af5d..4a7a88364ca1 100644 --- a/sw/inc/docstat.hxx +++ b/sw/inc/docstat.hxx @@ -36,7 +36,7 @@ struct SW_DLLPUBLIC SwDocStat sal_uLong nAsianWord; sal_uLong nChar; sal_uLong nCharExcludingSpaces; - sal_Bool bModified; + bool bModified; SwDocStat(); void Reset(); |