diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-05 22:35:50 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-03-06 21:23:17 +0100 |
commit | ab95ed2c4b1eddc2188bd455653a77140aa3816c (patch) | |
tree | 9e700e3c7741f47e005b2dcf3d12dc56dcaa9227 /sax/CppunitTest_sax_xmlimport.mk | |
parent | bea5341c22b40f690059933550e721cdcfb466aa (diff) |
Use less boost_headers in low level libraries
Most of these don't use boost themselves, nor do they need
it transitively since the use of boost::optional was removed
Change-Id: Ic9dee1c4e160b313ec5b91677b02ffdea6c5779d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164440
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sax/CppunitTest_sax_xmlimport.mk')
-rw-r--r-- | sax/CppunitTest_sax_xmlimport.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sax/CppunitTest_sax_xmlimport.mk b/sax/CppunitTest_sax_xmlimport.mk index 2e107363294b..959d392fb4c1 100644 --- a/sax/CppunitTest_sax_xmlimport.mk +++ b/sax/CppunitTest_sax_xmlimport.mk @@ -32,10 +32,6 @@ $(eval $(call gb_CppunitTest_use_api,sax_xmlimport,\ udkapi \ )) -$(eval $(call gb_CppunitTest_use_externals,sax_xmlimport, \ - boost_headers \ -)) - $(eval $(call gb_CppunitTest_use_ure,sax_xmlimport)) $(eval $(call gb_CppunitTest_use_vcl,sax_xmlimport)) |