summaryrefslogtreecommitdiff
path: root/sfx2/JunitTest_sfx2_complex.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-11 13:10:09 +0200
committerNoel Grandin <noel@peralex.com>2015-06-15 10:44:42 +0200
commit8b85838611ed448ef18a9e4982849bbd702981aa (patch)
tree4aa539ec21817884133f27deb0512769509a2304 /sfx2/JunitTest_sfx2_complex.mk
parent0b255720a60f15ffe8006b37e367378b229e245f (diff)
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
Diffstat (limited to 'sfx2/JunitTest_sfx2_complex.mk')
-rw-r--r--sfx2/JunitTest_sfx2_complex.mk1
1 files changed, 0 insertions, 1 deletions
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 \