From 2c3f9fa504bb444caa5c60015ce89bdaacce380b Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 27 Sep 2019 15:32:19 +0200 Subject: use the common system PCH header in sw/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- sw/CppunitTest_sw_rtfexport5.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/CppunitTest_sw_rtfexport5.mk') diff --git a/sw/CppunitTest_sw_rtfexport5.mk b/sw/CppunitTest_sw_rtfexport5.mk index c3fc32859dba..36d8537f06b9 100644 --- a/sw/CppunitTest_sw_rtfexport5.mk +++ b/sw/CppunitTest_sw_rtfexport5.mk @@ -11,6 +11,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sw_rtfexport5)) +$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_rtfexport5)) + $(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfexport5, \ sw/qa/extras/rtfexport/rtfexport5 \ )) -- cgit