Resolves: fdo#39999: Changing spelling preferences requires application restart

This commit is contained in:
Szabolcs Dezsi
2012-04-21 15:28:50 +02:00
committed by Caolán McNamara
parent dd2230c90f
commit d2bfa5cfda

View File

@ -522,6 +522,7 @@ void PropertyHelper_Spell::SetTmpPropVals( const PropertyValues &rPropVals )
nResMaxNumberOfSuggestions = GetDefaultNumberOfSuggestions();
bResIsSpellWithDigits = bIsSpellWithDigits;
bResIsSpellCapitalization = bIsSpellCapitalization;
bResIsSpellUpperCase = bIsSpellUpperCase;
sal_Int32 nLen = rPropVals.getLength();
if (nLen)