From b6a7161c40a2fc8719e54f7e639667943110f3ee Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 20 Jun 2019 14:22:56 +0200 Subject: [PATCH] build fix: no comphelper/profilezone.hxx in this branch Change-Id: I617e49262047ba981e20034ddfdc31209932a891 --- translations | 2 +- vcl/source/window/paint.cxx | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/translations b/translations index ddf3b88380fc..5c8037b1eea4 160000 --- a/translations +++ b/translations @@ -1 +1 @@ -Subproject commit ddf3b88380fc439d17256f3f0cb25cbcaa27bef0 +Subproject commit 5c8037b1eea42c23f7b20d203ace7c0317c55d7e diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx index fa72408c2608..e289f68a1a57 100644 --- a/vcl/source/window/paint.cxx +++ b/vcl/source/window/paint.cxx @@ -32,7 +32,6 @@ #include #include #include -#include #if HAVE_FEATURE_OPENGL #include #endif @@ -641,8 +640,6 @@ void Window::ImplCallOverlapPaint() IMPL_LINK_NOARG(Window, ImplHandlePaintHdl, Idle *, void) { - comphelper::ProfileZone aZone("VCL idle re-paint"); - // save paint events until layout is done if (IsSystemWindow() && static_cast(this)->hasPendingLayout()) { @@ -664,8 +661,6 @@ IMPL_LINK_NOARG(Window, ImplHandlePaintHdl, Idle *, void) IMPL_LINK_NOARG(Window, ImplHandleResizeTimerHdl, Idle *, void) { - comphelper::ProfileZone aZone("VCL idle resize"); - if( mpWindowImpl->mbReallyVisible ) { ImplCallResize(); -- 2.11.4.GIT