From 63654692728aa4ce44c57412eccc7a252f8b3e26 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 26 May 2015 09:06:10 +0200 Subject: bCptlSttSntnc -> bCapitalStartSentence Change-Id: Ie22198837257163fd7211e93d97d97be2bca4b64 --- include/editeng/swafopt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit