Kaydet (Commit) 2514e38f authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Fix build.

Change-Id: I5638d1984cd1c40517e977ade6e3959f3595208b
üst fd4c9d0b
......@@ -1324,7 +1324,7 @@ void ScTiledRenderingTest::testDocumentSizeWithTwoViews()
ScModelObj* pModelObj = createDoc("cursor-away.ods");
// Set the visible area, and press page down
pModelObj->setClientVisibleArea(Rectangle(750, 1861, 20583, 6997));
pModelObj->setClientVisibleArea(tools::Rectangle(750, 1861, 20583, 6997));
pModelObj->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, awt::Key::PAGEDOWN);
pModelObj->postKeyEvent(LOK_KEYEVENT_KEYUP, 0, awt::Key::PAGEDOWN);
Scheduler::ProcessEventsToIdle();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment