summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/swdll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/app/swdll.cxx')
-rw-r--r--sw/source/uibase/app/swdll.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/app/swdll.cxx b/sw/source/uibase/app/swdll.cxx
index cff230ce9313..0a33c882c7ee 100644
--- a/sw/source/uibase/app/swdll.cxx
+++ b/sw/source/uibase/app/swdll.cxx
@@ -156,6 +156,7 @@ SwDLL::~SwDLL()
{
// fdo#86494 SwAutoCorrect must be deleted before _FinitCore
SvxAutoCorrCfg& rACfg = SvxAutoCorrCfg::Get();
+ rACfg.Commit();
rACfg.SetAutoCorrect(0); // delete SwAutoCorrect before exit handlers
}