[Libreoffice-commits] .: cui/source

Caolán McNamara caolan at kemper.freedesktop.org
Thu Nov 3 06:02:33 PDT 2011


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

New commits:
commit 36edda75a9035f15e361b5a99423568e9ae7826e
Author: Caolán McNamara <caolanm at 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();


More information about the Libreoffice-commits mailing list