From d2bfa5cfdaaa68a3e2bd751cc45955e4ea41f36b Mon Sep 17 00:00:00 2001 From: Szabolcs Dezsi Date: Sat, 21 Apr 2012 15:28:50 +0200 Subject: [PATCH] Resolves: fdo#39999: Changing spelling preferences requires application restart --- linguistic/source/lngprophelp.cxx | 1 + 1 file changed, 1 insertion(+) 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)