forked from amazingfate/loongoffice
Resolves: fdo#39999: Changing spelling preferences requires application restart
This commit is contained in:
committed by
Caolán McNamara
parent
dd2230c90f
commit
d2bfa5cfda
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user