[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - sc/source
Eike Rathke (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 29 18:01:05 UTC 2021
sc/source/ui/view/gridwin.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 293f70b39602231198041812fededcc21d89f145
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Tue Jun 29 14:31:19 2021 +0200
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Tue Jun 29 20:00:32 2021 +0200
maShowPageBreaksTimer.Stop() in ScGridWindow::dispose(), tdf#124983 follow-up
Stop this timer when the ScGridWindow is to be deleted, together
with the underlying document. See
https://gerrit.libreoffice.org/c/core/+/90101
comments from Miklos Vajna on 2021-06-29 14:08/14:10 CEST
Change-Id: Ia1f39c406d391abd78a57c1d92616dbff788ec63
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118112
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Jenkins
(cherry picked from commit 3d7007ef8784e92bb56a91c40e7bdff812251677)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118098
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index c2c115c4371c..19cac6db8737 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -437,6 +437,8 @@ ScGridWindow::~ScGridWindow()
void ScGridWindow::dispose()
{
+ maShowPageBreaksTimer.Stop();
+
ImpDestroyOverlayObjects();
mpFilterBox.reset();
More information about the Libreoffice-commits
mailing list