sc/source/ui/docshell/docsh4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e19cd99e7cc0414ec6fc5bc5844c87d1e80bc03a Author: Caolán McNamara <[email protected]> AuthorDate: Thu Jun 20 09:33:10 2019 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Jun 20 14:03:54 2019 +0200 dispose on all responses, not just OK Change-Id: Ie78a1cb4fa7f188aeab547d49123449f06b0da6c Reviewed-on: https://gerrit.libreoffice.org/74427 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx index e2d14daf4220..8d220ec0e3bf 100644 --- a/sc/source/ui/docshell/docsh4.cxx +++ b/sc/source/ui/docshell/docsh4.cxx @@ -1862,8 +1862,8 @@ void ScDocShell::ExecutePageStyle( const SfxViewShell& rCaller, SetDocumentModified(); xRequest->Done(); - pDlg->disposeOnce(); } + pDlg->disposeOnce(); }); } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
