[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sc/qa

Andras Timar andras.timar at collabora.com
Wed May 16 09:19:58 UTC 2018


 sc/qa/unit/tiledrendering/tiledrendering.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 302cb9372c8185b8e003f508b587965d710e2911
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed May 16 11:03:54 2018 +0200

    build fix after ea7fba0ff338098dea5292557c418b7d8c8a100b
    
    Change-Id: I8885d3c97c3ae11d027e044f01e7bb2a2fcc8968

diff --git a/sc/qa/unit/tiledrendering/tiledrendering.cxx b/sc/qa/unit/tiledrendering/tiledrendering.cxx
index bcd687a77599..058d0326174f 100644
--- a/sc/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sc/qa/unit/tiledrendering/tiledrendering.cxx
@@ -1632,8 +1632,8 @@ void ScTiledRenderingTest::testFilterDlg()
     CPPUNIT_ASSERT_EQUAL(false, pView1->GetViewFrame()->GetDispatcher()->IsLocked());
 
     KeyEvent aEvent(27, KEY_ESCAPE, 0);
-    Application::PostKeyEvent(VclEventId::WindowKeyInput, pRefWindow->GetWindow(), &aEvent);
-    Application::PostKeyEvent(VclEventId::WindowKeyUp, pRefWindow->GetWindow(), &aEvent);
+    Application::PostKeyEvent(VCLEVENT_WINDOW_KEYINPUT, pRefWindow->GetWindow(), &aEvent);
+    Application::PostKeyEvent(VCLEVENT_WINDOW_KEYUP, pRefWindow->GetWindow(), &aEvent);
 
     Scheduler::ProcessEventsToIdle();
     CPPUNIT_ASSERT_EQUAL(false, pView2->GetViewFrame()->GetDispatcher()->IsLocked());


More information about the Libreoffice-commits mailing list