diff options
author | Szabolcs Dezsi <dezsiszabi@hotmail.com> | 2012-04-21 15:28:50 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-21 20:43:30 +0100 |
commit | d2bfa5cfdaaa68a3e2bd751cc45955e4ea41f36b (patch) | |
tree | f6faa1c618a8c61fc8c56d5e0f34bbf83341e4a3 /linguistic | |
parent | dd2230c90ff41b667bf0d750801eb0d2ab3b0317 (diff) |
Resolves: fdo#39999: Changing spelling preferences requires application restart
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/lngprophelp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx index b93971f99184..82a7c4d76142 100644 --- a/linguistic/source/lngprophelp.cxx +++ b/linguistic/source/lngprophelp.cxx @@ -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) |