From 8b85838611ed448ef18a9e4982849bbd702981aa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 11 Jun 2015 13:10:09 +0200 Subject: java: remove unnecessary threading there is no point in spawning a thread to load a document and then waiting for the thread to finish Change-Id: Icd5d5452471b0a50a8e3525ab2b5f32a500ebdf4 --- sfx2/JunitTest_sfx2_complex.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2/JunitTest_sfx2_complex.mk') diff --git a/sfx2/JunitTest_sfx2_complex.mk b/sfx2/JunitTest_sfx2_complex.mk index 1f11298dc925..ee1029e70abb 100644 --- a/sfx2/JunitTest_sfx2_complex.mk +++ b/sfx2/JunitTest_sfx2_complex.mk @@ -39,7 +39,6 @@ $(eval $(call gb_JunitTest_add_sourcefiles,sfx2_complex,\ sfx2/qa/complex/sfx2/GlobalEventBroadcaster \ sfx2/qa/complex/sfx2/UndoManager \ sfx2/qa/complex/sfx2/DocumentEvents \ - sfx2/qa/complex/sfx2/tools/DialogThread \ sfx2/qa/complex/sfx2/tools/TestDocument \ sfx2/qa/complex/sfx2/tools/WriterHelper \ sfx2/qa/complex/sfx2/undo/CalcDocumentTest \ -- cgit