summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-05-26 09:06:10 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-05-26 09:08:03 +0200
commit63654692728aa4ce44c57412eccc7a252f8b3e26 (patch)
tree99f0459c60160ed26bf25f4b65eb0a4ac65531b6 /include
parent2704d45a58b5a0f1cd8103d143f8c2059f70dfea (diff)
bCptlSttSntnc -> bCapitalStartSentence
Change-Id: Ie22198837257163fd7211e93d97d97be2bca4b64
Diffstat (limited to 'include')
-rw-r--r--include/editeng/swafopt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/swafopt.hxx b/include/editeng/swafopt.hxx
index 5cf829d94ff8..6929228d6ef4 100644
--- a/include/editeng/swafopt.hxx
+++ b/include/editeng/swafopt.hxx
@@ -76,7 +76,7 @@ struct EDITENG_DLLPUBLIC SvxSwAutoFormatFlags
sal_uInt8 nRightMargin;
bool bAutoCorrect : 1;
- bool bCptlSttSntnc : 1;
+ bool bCapitalStartSentence : 1;
bool bCptlSttWrd : 1;
bool bChkFontAttr : 1;