diff options
Diffstat (limited to 'include/editeng/swafopt.hxx')
-rw-r--r-- | include/editeng/swafopt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/swafopt.hxx b/include/editeng/swafopt.hxx index 6929228d6ef4..ad295254c550 100644 --- a/include/editeng/swafopt.hxx +++ b/include/editeng/swafopt.hxx @@ -77,7 +77,7 @@ struct EDITENG_DLLPUBLIC SvxSwAutoFormatFlags bool bAutoCorrect : 1; bool bCapitalStartSentence : 1; - bool bCptlSttWrd : 1; + bool bCapitalStartWord : 1; bool bChkFontAttr : 1; bool bChgUserColl : 1; |