summaryrefslogtreecommitdiff
path: root/sw/Library_sw.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-20 18:29:17 +0000
committerStephan Bergmann <sbergman@redhat.com>2015-03-20 18:34:54 +0000
commit39c1c3584e6f730c4f78541e259c49fdea5cb428 (patch)
treee62af9ef17641f24e9689f38f1bc207dae249f0a /sw/Library_sw.mk
parent317c8e5c80308e829c4bc29958e03931cd8db3ef (diff)
Ensure GrammarCheckingIterator thread is joined before SwBreakIt::_Delete
...because SwBreakIt::_Delete clears g_pBreakIt but SwTxtNode::GetLang (called indirectly from GrammarCheckingIterator::DequeueAndCheck) expects it to be non- null. That caused CppunitTest_libreofficekit_tiledrendering to occasionally fail. Change-Id: Ia350e2531067dd8308dfa20567cc00e1140f764c
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r--sw/Library_sw.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk
index 5254e3a3b973..d27dbf6d7b08 100644
--- a/sw/Library_sw.mk
+++ b/sw/Library_sw.mk
@@ -130,6 +130,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\
sw/source/core/bastyp/checkit \
sw/source/core/bastyp/index \
sw/source/core/bastyp/init \
+ sw/source/core/bastyp/proofreadingiterator \
sw/source/core/bastyp/swcache \
sw/source/core/bastyp/swrect \
sw/source/core/bastyp/swregion \