summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-05-26 09:56:37 +0200
committerJan Holesovsky <kendy@collabora.com>2015-05-26 12:20:27 +0200
commit26092f54865645722aeed596af62d20918aa2046 (patch)
tree7764cca021fa7f6156ecf3093a82e34721e41020 /cui
parent9fadc1dc4753862a41569651cf6357234e5e3333 (diff)
CptlSttSent -> CapitalStartSentence.
Change-Id: If9de3512c4ec6070652541c40d263afcb2a7a305
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/autocdlg.hxx2
-rw-r--r--cui/source/tabpages/autocdlg.cxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx
index a972b907168a..b0162208880a 100644
--- a/cui/source/inc/autocdlg.hxx
+++ b/cui/source/inc/autocdlg.hxx
@@ -133,7 +133,7 @@ class OfaSwAutoFmtOptionsPage : public SfxTabPage
OUString sDeleteEmptyPara;
OUString sUseReplaceTbl;
OUString sCapitalStartWord;
- OUString sCptlSttSent;
+ OUString sCapitalStartSentence;
OUString sUserStyle;
OUString sBullet;
OUString sBoldUnder;
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index abbe7aef323d..a4da64ee0456 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -416,7 +416,7 @@ OfaSwAutoFmtOptionsPage::OfaSwAutoFmtOptionsPage( vcl::Window* pParent,
, sDeleteEmptyPara(CUI_RESSTR(RID_SVXSTR_DEL_EMPTY_PARA))
, sUseReplaceTbl(CUI_RESSTR(RID_SVXSTR_USE_REPLACE))
, sCapitalStartWord(CUI_RESSTR(RID_SVXSTR_CPTL_STT_WORD))
- , sCptlSttSent(CUI_RESSTR(RID_SVXSTR_CPTL_STT_SENT))
+ , sCapitalStartSentence(CUI_RESSTR(RID_SVXSTR_CPTL_STT_SENT))
, sUserStyle(CUI_RESSTR(RID_SVXSTR_USER_STYLE))
, sBullet(CUI_RESSTR(RID_SVXSTR_BULLET))
, sBoldUnder(CUI_RESSTR(RID_SVXSTR_BOLD_UNDER))
@@ -650,8 +650,8 @@ void OfaSwAutoFmtOptionsPage::Reset( const SfxItemSet* )
// The following entries have to be inserted in the same order
// as in the OfaAutoFmtOptions-enum!
m_pCheckLB->GetModel()->Insert(CreateEntry(sUseReplaceTbl, CBCOL_BOTH ));
- m_pCheckLB->GetModel()->Insert(CreateEntry(sCapitalStartWord, CBCOL_BOTH ));
- m_pCheckLB->GetModel()->Insert(CreateEntry(sCptlSttSent, CBCOL_BOTH ));
+ m_pCheckLB->GetModel()->Insert(CreateEntry(sCapitalStartWord, CBCOL_BOTH ));
+ m_pCheckLB->GetModel()->Insert(CreateEntry(sCapitalStartSentence, CBCOL_BOTH ));
m_pCheckLB->GetModel()->Insert(CreateEntry(sBoldUnder, CBCOL_BOTH ));
m_pCheckLB->GetModel()->Insert(CreateEntry(sDetectURL, CBCOL_BOTH ));
m_pCheckLB->GetModel()->Insert(CreateEntry(sDash, CBCOL_BOTH ));