[Libreoffice-commits] core.git: sw/source

Michael Stahl mstahl at redhat.com
Tue Apr 7 04:29:57 PDT 2015


 sw/source/ui/misc/glossary.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 37674e1f2dde65848cdad3b630970de8eca6b44e
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Apr 7 13:20:57 2015 +0200

    tdf#90441: sw: *another* crash on shutdown after changing SvxAutoCorrCfg
    
    The AutoText dialog instantly applies changes to SvxAutoCorrCfg and
    never calls Commit().
    
    Change-Id: I8e5f8b42fff117bd4c4a07a3a31b9943ada43f34

diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx
index ffecd29..0c29603 100644
--- a/sw/source/ui/misc/glossary.cxx
+++ b/sw/source/ui/misc/glossary.cxx
@@ -802,6 +802,7 @@ IMPL_LINK( SwGlossaryDlg, CheckBoxHdl, CheckBox *, pBox )
         rCfg.SetSaveRelFile(bCheck);
     else
         rCfg.SetSaveRelNet(bCheck);
+    rCfg.Commit();
     return 0;
 }
 


More information about the Libreoffice-commits mailing list