summaryrefslogtreecommitdiff
path: root/unotest/Library_unotest.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-28 22:33:29 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-29 21:59:48 -0400
commita916b6ff7fdf1bcb1182e72e4a5bf2f901c698da (patch)
tree3ce23438a1975e9f46988db9e1f9fadd64d9da4a /unotest/Library_unotest.mk
parent5a827671d16ff5e927fc3dd4a01e6c32ea05d891 (diff)
Detach all DocBasicItem objects upon process termination.
To prevent rogue DocBasicItem objects (which are global objects) from attempting to stop listening after the main app is dead. Change-Id: I68a667137ca4e0eff18278f4d2d5dd67466eaf34
Diffstat (limited to 'unotest/Library_unotest.mk')
-rw-r--r--unotest/Library_unotest.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk
index cfc6fc197002..3f9d99b6f0a3 100644
--- a/unotest/Library_unotest.mk
+++ b/unotest/Library_unotest.mk
@@ -21,6 +21,7 @@ $(eval $(call gb_Library_use_libraries,unotest,\
cppu \
cppuhelper \
sal \
+ sb \
$(gb_UWINAPI) \
))