From 9237a905fa5f2b67db73c15847eff203a258c2b4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 10 Sep 2018 17:19:19 +0100 Subject: weld SvxCharNamePage Change-Id: Ia54a5ac4fe4a11b7c03508c336193bb52c616e7f --- sw/source/uibase/shells/textsh1.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/uibase/shells') diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index fe39d8b76c73..6e029a7be9cb 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -212,6 +212,7 @@ void sw_CharDialog(SwWrtShell &rWrtSh, bool bUseDialog, sal_uInt16 nSlot, const { sw_CharDialogResult(pDlg->GetOutputItemSet(), rWrtSh, pCoreSet, bSel, bSelectionPut, pRequest.get()); } + pDlg->disposeOnce(); }); } else if (pArgs) -- cgit