cui/source/dialogs/SpellDialog.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 36edda75a9035f15e361b5a99423568e9ae7826e
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Nov 3 12:56:48 2011 +0000

    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.

diff --git a/cui/source/dialogs/SpellDialog.cxx 
b/cui/source/dialogs/SpellDialog.cxx
index 9990e4c..fee3bdd 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();
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to