sc/source/ui/docshell/docsh4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 82959e46f69561b9b8f8be9f7daf1c96d3ea7061 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Jun 20 09:33:10 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Jun 20 14:04:20 2019 +0200 dispose on all responses, not just OK Change-Id: Ie78a1cb4fa7f188aeab547d49123449f06b0da6c Reviewed-on: https://gerrit.libreoffice.org/74426 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx index c036b3ea496b..a5a42acddfa2 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 libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits