diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-06-20 14:22:56 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-06-20 14:22:56 +0200 |
commit | b6a7161c40a2fc8719e54f7e639667943110f3ee (patch) | |
tree | 882832fb23821e7965dddafdbda6604038aee7c1 | |
parent | cf86d3b65b23e7a2187544585befb7055b8b96ff (diff) |
build fix: no comphelper/profilezone.hxx in this branch
Change-Id: I617e49262047ba981e20034ddfdc31209932a891
m--------- | translations | 0 | ||||
-rw-r--r-- | vcl/source/window/paint.cxx | 5 |
2 files changed, 0 insertions, 5 deletions
diff --git a/translations b/translations -Subproject ddf3b88380fc439d17256f3f0cb25cbcaa27bef +Subproject 5c8037b1eea42c23f7b20d203ace7c0317c55d7 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 <salframe.hxx> #include <svdata.hxx> #include <comphelper/lok.hxx> -#include <comphelper/profilezone.hxx> #if HAVE_FEATURE_OPENGL #include <vcl/opengl/OpenGLHelper.hxx> #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<const SystemWindow*>(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(); |