From 36edda75a9035f15e361b5a99423568e9ae7826e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 3 Nov 2011 12:56:48 +0000 Subject: Resolves: fdo#36678 regenerate language-specific user dict list Regenerate language-specific user dict list when language of underlying text changes. Not just when the user overrides it from the top menu. --- cui/source/dialogs/SpellDialog.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui') diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 9990e4c28e7c..fee3bdd02ab8 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -367,6 +367,7 @@ void SpellDialog::UpdateBoxes_Impl() else SetTitle_Impl( nAltLanguage ); SetSelectedLang_Impl( nAltLanguage ); + InitUserDicts(); // Alternativen eintragen const ::rtl::OUString *pNewWords = aNewWords.getConstArray(); -- cgit