diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-20 09:33:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-20 14:03:54 +0200 |
commit | e19cd99e7cc0414ec6fc5bc5844c87d1e80bc03a (patch) | |
tree | dfe1ba90a827f4714c5c9db0f5a665c93efa303d /sc | |
parent | 547dfdd56f52e779a795aefc56c78836fdb01ca4 (diff) |
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 <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/docsh4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }); } } |