[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at collabora.com
Fri Sep 1 08:08:34 UTC 2017


 vcl/source/window/scrwnd.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4ee81b9db3df0c36617fd7d76a9a883c8b6eb764
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Sep 1 11:08:01 2017 +0300

    No need to give a new name to a Timer that was already named when created
    
    Change-Id: I995ccf18b24a6bb3950a23d8feaed6494d82cd3d

diff --git a/vcl/source/window/scrwnd.cxx b/vcl/source/window/scrwnd.cxx
index 672c37394ca9..7127f2e7c22b 100644
--- a/vcl/source/window/scrwnd.cxx
+++ b/vcl/source/window/scrwnd.cxx
@@ -74,7 +74,6 @@ ImplWheelWindow::ImplWheelWindow( vcl::Window* pParent ) :
     mpTimer = new Timer("WheelWindowTimer");
     mpTimer->SetInvokeHandler( LINK( this, ImplWheelWindow, ImplScrollHdl ) );
     mpTimer->SetTimeout( mnTimeout );
-    mpTimer->SetDebugName( "vcl::ImplWheelWindow mpTimer" );
     mpTimer->Start();
 
     CaptureMouse();


More information about the Libreoffice-commits mailing list