vcl/source/window/menufloatingwindow.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 0b40671803327b78dbca901fa12214c7607301c1
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Sun Apr 27 11:41:19 2025 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Sun Apr 27 13:17:14 2025 +0200

    Drop some copypaste errors
    
    Also, aHighlightChangedTimer was already stopped above.
    
    Introduced in commit f89b9d8b8064a2f323f5b3362f88cb873bad8fcc (Resolves:
    tdf#100248 vcl menu scroll timer still active post dispose, 2016-06-09).
    
    Change-Id: I6969163f723b2a381fd5d595264bd6ed4012342b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184680
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/vcl/source/window/menufloatingwindow.cxx 
b/vcl/source/window/menufloatingwindow.cxx
index 2972f6fb643b..0872803a8009 100644
--- a/vcl/source/window/menufloatingwindow.cxx
+++ b/vcl/source/window/menufloatingwindow.cxx
@@ -108,10 +108,6 @@ void MenuFloatingWindow::doShutdown()
 
     aScrollTimer.Stop();
     aSubmenuCloseTimer.Stop();
-    aSubmenuCloseTimer.Stop();
-    aHighlightChangedTimer.Stop();
-    aHighlightChangedTimer.Stop();
-
 }
 
 MenuFloatingWindow::~MenuFloatingWindow()

Reply via email to