diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-04-07 13:20:57 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-04-07 13:23:32 +0200 |
commit | 37674e1f2dde65848cdad3b630970de8eca6b44e (patch) | |
tree | 2347e0033c428c254a92e4e176272de58aff79d6 /sw | |
parent | 2a6451d77d878a5cbaba316523249ae967020014 (diff) |
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
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/misc/glossary.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx index ffecd29ab37a..0c2960398514 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; } |