vcl/source/window/scrwnd.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4ee81b9db3df0c36617fd7d76a9a883c8b6eb764
Author: Tor Lillqvist <[email protected]>
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();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits