summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-17 09:05:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-09-17 11:08:46 +0200
commitbfd4ffdc7d168c00c040e1986e3d2a0ffc9501a2 (patch)
tree5c2a90d5b3fbbdd176c6f7fc3586bccc18e93db5 /sw/qa/extras
parentee236b2c6738e34be86052fb819a31dc00d54541 (diff)
drop dubious looking ProcessEventsToIdle
Change-Id: I8a4dec8c5b2011368808672743a862b83b0534e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102901 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/qa/extras')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx b/sw/qa/extras/uiwriter/uiwriter3.cxx
index 1474e89a67b9..dca99f9e3c4c 100644
--- a/sw/qa/extras/uiwriter/uiwriter3.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter3.cxx
@@ -288,7 +288,6 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf126626)
CPPUNIT_ASSERT_EQUAL(2, getShapes());
dispatchCommand(mxComponent, ".uno:SelectAll", {});
- Scheduler::ProcessEventsToIdle();
SwWrtShell* pWrtShell = pTextDoc->GetDocShell()->GetWrtShell();
rtl::Reference<SwTransferable> xTransfer = new SwTransferable(*pWrtShell);