Kaydet (Commit) 37674e1f authored tarafından Michael Stahl's avatar Michael Stahl

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
üst 2a6451d7
......@@ -802,6 +802,7 @@ IMPL_LINK( SwGlossaryDlg, CheckBoxHdl, CheckBox *, pBox )
rCfg.SetSaveRelFile(bCheck);
else
rCfg.SetSaveRelNet(bCheck);
rCfg.Commit();
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment