diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-09-27 15:32:19 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-10-04 09:00:05 +0200 |
commit | 2c3f9fa504bb444caa5c60015ce89bdaacce380b (patch) | |
tree | 2be5a5b1c2820eca3ccc704838c384bdc4c1f430 /sw/CppunitTest_sw_ooxmllinks.mk | |
parent | ba33189343a622bddb78657bbb111e5f10ba82a4 (diff) |
use the common system PCH header in sw/
I suppose a number of these should even better use a shared PCH that
also includes Writer headers.
Change-Id: I3227bff71ddc2cd2e59ef18c1481606de16f9ea5
Reviewed-on: https://gerrit.libreoffice.org/79816
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_ooxmllinks.mk')
-rw-r--r-- | sw/CppunitTest_sw_ooxmllinks.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmllinks.mk b/sw/CppunitTest_sw_ooxmllinks.mk index bc2eaf9151c7..90485d7e21d7 100644 --- a/sw/CppunitTest_sw_ooxmllinks.mk +++ b/sw/CppunitTest_sw_ooxmllinks.mk @@ -11,6 +11,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmllinks)) +$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmllinks)) + $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmllinks, \ sw/qa/extras/ooxmlexport/ooxmllinks \ )) |