summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-23 11:52:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-26 08:44:58 +0200
commit38e7aef0fad58dcf2d59a7c219b7858d6c4cd771 (patch)
tree7232362e2afea7ae387c2da7c07ff4af24d5e97a /sfx2
parentbea081b5099786e5fcadddd72c247b9a9488286a (diff)
use boost::optional in OutDevState
Change-Id: I83fb85fcba6cd2a5dc4f99fdfd3238d72afb7bc2 Reviewed-on: https://gerrit.libreoffice.org/51770 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/CppunitTest_sfx2_misc.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sfx2/CppunitTest_sfx2_misc.mk b/sfx2/CppunitTest_sfx2_misc.mk
index 0919d525d3d5..c97d97ca469b 100644
--- a/sfx2/CppunitTest_sfx2_misc.mk
+++ b/sfx2/CppunitTest_sfx2_misc.mk
@@ -27,7 +27,10 @@ $(eval $(call gb_CppunitTest_use_libraries,sfx2_misc, \
utl \
))
-$(eval $(call gb_CppunitTest_use_external,sfx2_misc,libxml2))
+$(eval $(call gb_CppunitTest_use_externals,sfx2_misc,\
+ libxml2 \
+ boost_headers \
+))
$(eval $(call gb_CppunitTest_use_sdk_api,sfx2_misc))