summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorSzabolcs Dezsi <dezsiszabi@hotmail.com>2012-04-21 15:28:50 +0200
committerAndras Timar <atimar@suse.com>2012-04-23 08:53:17 +0200
commit563e65eea742df35ab9b620f6384c2918c32915c (patch)
tree289fda12108b83a26e100a2bbd540c279449b34e /linguistic
parentfc0c85e8628bf90afd4a47c20b3d1bc2a9c01b36 (diff)
Resolves: fdo#39999: Changing spelling preferences requires application restart
Signed-off-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/lngprophelp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx
index da7c08d48666..55f83c340086 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)