summaryrefslogtreecommitdiff
path: root/cui/source/options
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2012-11-24 17:16:55 +0100
committerLászló Németh <nemeth@numbertext.org>2012-11-24 17:20:21 +0100
commit0ab3d629c7f921088a03741377bbe031bedc9ba9 (patch)
treed553e1c091e1944dc41bc6bee4980cfebf0db094 /cui/source/options
parent41c2b0375773b2d2945d75e255ea6bb6c7fd378d (diff)
fdo#57483 remove check capitalization (ugly 1980 thing)
Change-Id: I9a18e463c1eac01bc855e0b4826599e25692d441
Diffstat (limited to 'cui/source/options')
-rw-r--r--cui/source/options/optlingu.cxx10
-rw-r--r--cui/source/options/optlingu.hrc1
-rw-r--r--cui/source/options/optlingu.src4
3 files changed, 0 insertions, 15 deletions
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index d63a137cce5f..24a94433d05a 100644
--- a/cui/source/options/optlingu.cxx
+++ b/cui/source/options/optlingu.cxx
@@ -347,7 +347,6 @@ enum EID_OPTIONS
EID_GRAMMAR_AUTO,
EID_CAPITAL_WORDS,
EID_WORDS_WITH_DIGITS,
- EID_CAPITALIZATION,
EID_SPELL_SPECIAL,
EID_NUM_MIN_WORDLEN,
EID_NUM_PRE_BREAK,
@@ -364,7 +363,6 @@ static const char * aEidToPropName[] =
UPN_IS_GRAMMAR_AUTO, // EID_GRAMMAR_AUTO
UPN_IS_SPELL_UPPER_CASE, // EID_CAPITAL_WORDS
UPN_IS_SPELL_WITH_DIGITS, // EID_WORDS_WITH_DIGITS
- UPN_IS_SPELL_CAPITALIZATION, // EID_CAPITALIZATION
UPN_IS_SPELL_SPECIAL, // EID_SPELL_SPECIAL
UPN_HYPH_MIN_WORD_LENGTH, // EID_NUM_MIN_WORDLEN,
UPN_HYPH_MIN_LEADING, // EID_NUM_PRE_BREAK
@@ -1068,7 +1066,6 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent,
aMoreDictsLink ( this, CUI_RES( FT_LINGU_OPTIONS_MOREDICTS ) ),
sCapitalWords ( CUI_RES( STR_CAPITAL_WORDS ) ),
sWordsWithDigits ( CUI_RES( STR_WORDS_WITH_DIGITS ) ),
- sCapitalization ( CUI_RES( STR_CAPITALIZATION ) ),
sSpellSpecial ( CUI_RES( STR_SPELL_SPECIAL ) ),
sSpellAuto ( CUI_RES( STR_SPELL_AUTO ) ),
sGrammarAuto ( CUI_RES( STR_GRAMMAR_AUTO ) ),
@@ -1501,13 +1498,6 @@ void SvxLinguTabPage::Reset( const SfxItemSet& rSet )
pModel->Insert( pEntry );
lcl_SetCheckButton( pEntry, bVal );
- pEntry = CreateEntry( sCapitalization, CBCOL_FIRST );
- aLngCfg.GetProperty( UPN_IS_SPELL_CAPITALIZATION ) >>= bVal;
- nUserData = OptionsUserData( EID_CAPITALIZATION, sal_False, 0, sal_True, bVal).GetUserData();
- pEntry->SetUserData( (void *)nUserData );
- pModel->Insert( pEntry );
- lcl_SetCheckButton( pEntry, bVal );
-
pEntry = CreateEntry( sSpellSpecial, CBCOL_FIRST );
aLngCfg.GetProperty( UPN_IS_SPELL_SPECIAL ) >>= bVal;
nUserData = OptionsUserData( EID_SPELL_SPECIAL, sal_False, 0, sal_True, bVal).GetUserData();
diff --git a/cui/source/options/optlingu.hrc b/cui/source/options/optlingu.hrc
index ec9032f8bf48..632662937af1 100644
--- a/cui/source/options/optlingu.hrc
+++ b/cui/source/options/optlingu.hrc
@@ -29,7 +29,6 @@
#define STR_CAPITAL_WORDS 201
#define STR_WORDS_WITH_DIGITS 202
-#define STR_CAPITALIZATION 203
#define STR_SPELL_SPECIAL 204
#define STR_SPELL_AUTO 206
#define STR_NUM_PRE_BREAK 209
diff --git a/cui/source/options/optlingu.src b/cui/source/options/optlingu.src
index 700b85aa3317..d8f425207a8c 100644
--- a/cui/source/options/optlingu.src
+++ b/cui/source/options/optlingu.src
@@ -297,10 +297,6 @@ TabPage RID_SFXPAGE_LINGU
{
Text [ en-US ] = "Check words with numbers ";
};
- String STR_CAPITALIZATION
- {
- Text [ en-US ] = "Check capitalization";
- };
String STR_SPELL_SPECIAL
{
Text [ en-US ] = "Check special regions";