summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/CppunitTest_sw_accessible_relation_set.mk2
-rw-r--r--sw/CppunitTest_sw_apitests.mk2
-rw-r--r--sw/CppunitTest_sw_dialogs_test.mk2
-rw-r--r--sw/CppunitTest_sw_dialogs_test_2.mk2
-rw-r--r--sw/CppunitTest_sw_docbookexport.mk2
-rw-r--r--sw/CppunitTest_sw_filters_test.mk2
-rw-r--r--sw/CppunitTest_sw_filters_test2.mk2
-rw-r--r--sw/CppunitTest_sw_fodfexport.mk2
-rw-r--r--sw/CppunitTest_sw_globalfilter.mk2
-rw-r--r--sw/CppunitTest_sw_htmlexport.mk2
-rw-r--r--sw/CppunitTest_sw_htmlimport.mk2
-rw-r--r--sw/CppunitTest_sw_layoutwriter.mk2
-rw-r--r--sw/CppunitTest_sw_macros_test.mk2
-rw-r--r--sw/CppunitTest_sw_mailmerge.mk2
-rw-r--r--sw/CppunitTest_sw_odfexport.mk2
-rw-r--r--sw/CppunitTest_sw_odfimport.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmlencryption.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmlexport8.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmlfieldexport.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmlimport.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmlimport2.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmllinks.mk2
-rw-r--r--sw/CppunitTest_sw_ooxmlw14export.mk2
-rw-r--r--sw/CppunitTest_sw_rtfexport.mk2
-rw-r--r--sw/CppunitTest_sw_rtfexport2.mk2
-rw-r--r--sw/CppunitTest_sw_rtfexport3.mk2
-rw-r--r--sw/CppunitTest_sw_rtfexport4.mk2
-rw-r--r--sw/CppunitTest_sw_rtfexport5.mk2
-rw-r--r--sw/CppunitTest_sw_rtfimport.mk2
-rw-r--r--sw/CppunitTest_sw_tiledrendering.mk2
-rw-r--r--sw/CppunitTest_sw_txtexport.mk2
-rw-r--r--sw/CppunitTest_sw_uibase_unit.mk2
-rw-r--r--sw/CppunitTest_sw_uiwriter.mk2
-rw-r--r--sw/CppunitTest_sw_unowriter.mk2
-rw-r--r--sw/CppunitTest_sw_uwriter.mk2
-rw-r--r--sw/CppunitTest_sw_ww8export.mk2
-rw-r--r--sw/CppunitTest_sw_ww8export2.mk2
-rw-r--r--sw/CppunitTest_sw_ww8export3.mk2
-rw-r--r--sw/CppunitTest_sw_ww8import.mk2
-rw-r--r--sw/CppunitTest_sw_xhtmlexport.mk2
-rw-r--r--sw/Library_swd.mk2
-rw-r--r--sw/ooxmlexport_setup.mk2
42 files changed, 84 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_accessible_relation_set.mk b/sw/CppunitTest_sw_accessible_relation_set.mk
index 0de87d256d44..22ee1e58c6d2 100644
--- a/sw/CppunitTest_sw_accessible_relation_set.mk
+++ b/sw/CppunitTest_sw_accessible_relation_set.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_accessible_relation_set))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_accessible_relation_set))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_accessible_relation_set, \
sw/qa/extras/accessibility/accessible_relation_set \
))
diff --git a/sw/CppunitTest_sw_apitests.mk b/sw/CppunitTest_sw_apitests.mk
index 6f73e8406421..dec7bc7e3de2 100644
--- a/sw/CppunitTest_sw_apitests.mk
+++ b/sw/CppunitTest_sw_apitests.mk
@@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sw_apitests))
$(eval $(call gb_CppunitTest_use_external,sw_apitests,boost_headers))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_apitests))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_apitests, \
sw/qa/api/SwXDocumentIndex \
sw/qa/api/SwXDocumentSettings \
diff --git a/sw/CppunitTest_sw_dialogs_test.mk b/sw/CppunitTest_sw_dialogs_test.mk
index 4d513f759753..6b9262858e2e 100644
--- a/sw/CppunitTest_sw_dialogs_test.mk
+++ b/sw/CppunitTest_sw_dialogs_test.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitScreenShot,sw_dialogs_test))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_dialogs_test))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_dialogs_test, \
sw/qa/unit/sw-dialogs-test \
))
diff --git a/sw/CppunitTest_sw_dialogs_test_2.mk b/sw/CppunitTest_sw_dialogs_test_2.mk
index 150f31c88f82..e384003d72d1 100644
--- a/sw/CppunitTest_sw_dialogs_test_2.mk
+++ b/sw/CppunitTest_sw_dialogs_test_2.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitScreenShot,sw_dialogs_test2))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_dialogs_test_2))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_dialogs_test2, \
sw/qa/unit/sw-dialogs-test_2 \
))
diff --git a/sw/CppunitTest_sw_docbookexport.mk b/sw/CppunitTest_sw_docbookexport.mk
index 2e34f8b8767b..c3e70d26dade 100644
--- a/sw/CppunitTest_sw_docbookexport.mk
+++ b/sw/CppunitTest_sw_docbookexport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_docbookexport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_docbookexport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_docbookexport, \
sw/qa/extras/docbookexport/docbookexport \
))
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk
index eaa295ef4ad2..c429145f595a 100644
--- a/sw/CppunitTest_sw_filters_test.mk
+++ b/sw/CppunitTest_sw_filters_test.mk
@@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sw_filters_test,\
libxml2 \
))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_filters_test))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_filters_test, \
sw/qa/core/filters-test \
))
diff --git a/sw/CppunitTest_sw_filters_test2.mk b/sw/CppunitTest_sw_filters_test2.mk
index 3b36f4ec2b79..f8666d071ce2 100644
--- a/sw/CppunitTest_sw_filters_test2.mk
+++ b/sw/CppunitTest_sw_filters_test2.mk
@@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sw_filters_test2,\
libxml2 \
))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_filters_test2))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_filters_test2, \
sw/qa/core/filters-test2 \
))
diff --git a/sw/CppunitTest_sw_fodfexport.mk b/sw/CppunitTest_sw_fodfexport.mk
index d49c8c5795ca..85922c8664f4 100644
--- a/sw/CppunitTest_sw_fodfexport.mk
+++ b/sw/CppunitTest_sw_fodfexport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_fodfexport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_fodfexport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_fodfexport, \
sw/qa/extras/fodfexport/fodfexport \
))
diff --git a/sw/CppunitTest_sw_globalfilter.mk b/sw/CppunitTest_sw_globalfilter.mk
index d07ecf840daa..237f3e5ff552 100644
--- a/sw/CppunitTest_sw_globalfilter.mk
+++ b/sw/CppunitTest_sw_globalfilter.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_globalfilter))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_globalfilter))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_globalfilter, \
sw/qa/extras/globalfilter/globalfilter \
))
diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk
index 2ff28694f452..765f6ff114fe 100644
--- a/sw/CppunitTest_sw_htmlexport.mk
+++ b/sw/CppunitTest_sw_htmlexport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_htmlexport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_htmlexport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_htmlexport, \
sw/qa/extras/htmlexport/htmlexport \
))
diff --git a/sw/CppunitTest_sw_htmlimport.mk b/sw/CppunitTest_sw_htmlimport.mk
index 16147462cb6c..ded922ea8ff7 100644
--- a/sw/CppunitTest_sw_htmlimport.mk
+++ b/sw/CppunitTest_sw_htmlimport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_htmlimport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_htmlimport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_htmlimport, \
sw/qa/extras/htmlimport/htmlimport \
))
diff --git a/sw/CppunitTest_sw_layoutwriter.mk b/sw/CppunitTest_sw_layoutwriter.mk
index 763c531e582e..cd8e36a5d7d5 100644
--- a/sw/CppunitTest_sw_layoutwriter.mk
+++ b/sw/CppunitTest_sw_layoutwriter.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_layoutwriter))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_layoutwriter))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_layoutwriter, \
sw/qa/extras/layout/layout \
))
diff --git a/sw/CppunitTest_sw_macros_test.mk b/sw/CppunitTest_sw_macros_test.mk
index f5e4d9c95d2a..7f38c45180bb 100644
--- a/sw/CppunitTest_sw_macros_test.mk
+++ b/sw/CppunitTest_sw_macros_test.mk
@@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sw_macros_test))
$(eval $(call gb_CppunitTest_use_external,sw_macros_test,boost_headers))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_macros_test))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_macros_test, \
sw/qa/core/macros-test \
))
diff --git a/sw/CppunitTest_sw_mailmerge.mk b/sw/CppunitTest_sw_mailmerge.mk
index a6b7611687af..423ded034b16 100644
--- a/sw/CppunitTest_sw_mailmerge.mk
+++ b/sw/CppunitTest_sw_mailmerge.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_mailmerge))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_mailmerge))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_mailmerge, \
sw/qa/extras/mailmerge/mailmerge \
))
diff --git a/sw/CppunitTest_sw_odfexport.mk b/sw/CppunitTest_sw_odfexport.mk
index 8a65c583a5ad..2c2a38ad11ed 100644
--- a/sw/CppunitTest_sw_odfexport.mk
+++ b/sw/CppunitTest_sw_odfexport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_odfexport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_odfexport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_odfexport, \
sw/qa/extras/odfexport/odfexport \
))
diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk
index 36f5b4a00e2a..56969227f314 100644
--- a/sw/CppunitTest_sw_odfimport.mk
+++ b/sw/CppunitTest_sw_odfimport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_odfimport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_odfimport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_odfimport, \
sw/qa/extras/odfimport/odfimport \
))
diff --git a/sw/CppunitTest_sw_ooxmlencryption.mk b/sw/CppunitTest_sw_ooxmlencryption.mk
index 787b5b517dc5..8ad487546f92 100644
--- a/sw/CppunitTest_sw_ooxmlencryption.mk
+++ b/sw/CppunitTest_sw_ooxmlencryption.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlencryption))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlencryption))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlencryption, \
sw/qa/extras/ooxmlexport/ooxmlencryption \
))
diff --git a/sw/CppunitTest_sw_ooxmlexport8.mk b/sw/CppunitTest_sw_ooxmlexport8.mk
index afd6d160631e..abd2db58151a 100644
--- a/sw/CppunitTest_sw_ooxmlexport8.mk
+++ b/sw/CppunitTest_sw_ooxmlexport8.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlexport8))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlexport8))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlexport8, \
sw/qa/extras/ooxmlexport/ooxmlexport8 \
))
diff --git a/sw/CppunitTest_sw_ooxmlfieldexport.mk b/sw/CppunitTest_sw_ooxmlfieldexport.mk
index 8e86d5e0249f..6b973454d1ed 100644
--- a/sw/CppunitTest_sw_ooxmlfieldexport.mk
+++ b/sw/CppunitTest_sw_ooxmlfieldexport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlfieldexport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlfieldexport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlfieldexport, \
sw/qa/extras/ooxmlexport/ooxmlfieldexport \
))
diff --git a/sw/CppunitTest_sw_ooxmlimport.mk b/sw/CppunitTest_sw_ooxmlimport.mk
index 4dbd414cdf30..b517d7e9a5e3 100644
--- a/sw/CppunitTest_sw_ooxmlimport.mk
+++ b/sw/CppunitTest_sw_ooxmlimport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlimport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlimport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlimport, \
sw/qa/extras/ooxmlimport/ooxmlimport \
))
diff --git a/sw/CppunitTest_sw_ooxmlimport2.mk b/sw/CppunitTest_sw_ooxmlimport2.mk
index ce1a040ffc12..95e138010a74 100644
--- a/sw/CppunitTest_sw_ooxmlimport2.mk
+++ b/sw/CppunitTest_sw_ooxmlimport2.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlimport2))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlimport2))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlimport2, \
sw/qa/extras/ooxmlimport/ooxmlimport2 \
))
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 \
))
diff --git a/sw/CppunitTest_sw_ooxmlw14export.mk b/sw/CppunitTest_sw_ooxmlw14export.mk
index d55be21c863c..deaf4f267dd2 100644
--- a/sw/CppunitTest_sw_ooxmlw14export.mk
+++ b/sw/CppunitTest_sw_ooxmlw14export.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlw14export))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlw14export))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlw14export, \
sw/qa/extras/ooxmlexport/ooxmlw14export \
))
diff --git a/sw/CppunitTest_sw_rtfexport.mk b/sw/CppunitTest_sw_rtfexport.mk
index fc77c7cc67e3..1f60aff43dda 100644
--- a/sw/CppunitTest_sw_rtfexport.mk
+++ b/sw/CppunitTest_sw_rtfexport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_rtfexport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_rtfexport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfexport, \
sw/qa/extras/rtfexport/rtfexport \
))
diff --git a/sw/CppunitTest_sw_rtfexport2.mk b/sw/CppunitTest_sw_rtfexport2.mk
index 98edcaee2fb1..a751e90005e1 100644
--- a/sw/CppunitTest_sw_rtfexport2.mk
+++ b/sw/CppunitTest_sw_rtfexport2.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_rtfexport2))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_rtfexport2))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfexport2, \
sw/qa/extras/rtfexport/rtfexport2 \
))
diff --git a/sw/CppunitTest_sw_rtfexport3.mk b/sw/CppunitTest_sw_rtfexport3.mk
index 51b8583fc0d6..da31b2fc4ae8 100644
--- a/sw/CppunitTest_sw_rtfexport3.mk
+++ b/sw/CppunitTest_sw_rtfexport3.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_rtfexport3))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_rtfexport3))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfexport3, \
sw/qa/extras/rtfexport/rtfexport3 \
))
diff --git a/sw/CppunitTest_sw_rtfexport4.mk b/sw/CppunitTest_sw_rtfexport4.mk
index c18f4a769f49..dcef59633a93 100644
--- a/sw/CppunitTest_sw_rtfexport4.mk
+++ b/sw/CppunitTest_sw_rtfexport4.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_rtfexport4))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_rtfexport4))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfexport4, \
sw/qa/extras/rtfexport/rtfexport4 \
))
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 \
))
diff --git a/sw/CppunitTest_sw_rtfimport.mk b/sw/CppunitTest_sw_rtfimport.mk
index 58a92e1e2cce..f17103604d27 100644
--- a/sw/CppunitTest_sw_rtfimport.mk
+++ b/sw/CppunitTest_sw_rtfimport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_rtfimport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_rtfimport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfimport, \
sw/qa/extras/rtfimport/rtfimport \
))
diff --git a/sw/CppunitTest_sw_tiledrendering.mk b/sw/CppunitTest_sw_tiledrendering.mk
index 9893914197f8..7f4d2f41a59b 100644
--- a/sw/CppunitTest_sw_tiledrendering.mk
+++ b/sw/CppunitTest_sw_tiledrendering.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_tiledrendering))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_tiledrendering))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_tiledrendering, \
sw/qa/extras/tiledrendering/tiledrendering \
))
diff --git a/sw/CppunitTest_sw_txtexport.mk b/sw/CppunitTest_sw_txtexport.mk
index 285ac611704f..92fe3f1e5439 100644
--- a/sw/CppunitTest_sw_txtexport.mk
+++ b/sw/CppunitTest_sw_txtexport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_txtexport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_txtexport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_txtexport, \
sw/qa/extras/txtexport/txtexport \
))
diff --git a/sw/CppunitTest_sw_uibase_unit.mk b/sw/CppunitTest_sw_uibase_unit.mk
index 03a780a156ce..6d337cd082a8 100644
--- a/sw/CppunitTest_sw_uibase_unit.mk
+++ b/sw/CppunitTest_sw_uibase_unit.mk
@@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_use_external,sw_uibase_unit,boost_headers))
$(eval $(call gb_CppunitTest_use_sdk_api,sw_uibase_unit))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uibase_unit))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_uibase_unit, \
sw/qa/unit/uibase \
))
diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
index 0093e3a19797..b68e2db283d0 100644
--- a/sw/CppunitTest_sw_uiwriter.mk
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_uiwriter))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uiwriter))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_uiwriter, \
sw/qa/extras/uiwriter/uiwriter \
sw/qa/extras/uiwriter/uiwriter2 \
diff --git a/sw/CppunitTest_sw_unowriter.mk b/sw/CppunitTest_sw_unowriter.mk
index f9d5cac9d2b8..0e26218827f1 100644
--- a/sw/CppunitTest_sw_unowriter.mk
+++ b/sw/CppunitTest_sw_unowriter.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_unowriter))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_unowriter))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_unowriter, \
sw/qa/extras/unowriter/unowriter \
))
diff --git a/sw/CppunitTest_sw_uwriter.mk b/sw/CppunitTest_sw_uwriter.mk
index 910976c4b950..6b9ffa4ba683 100644
--- a/sw/CppunitTest_sw_uwriter.mk
+++ b/sw/CppunitTest_sw_uwriter.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_uwriter))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uwriter))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_uwriter, \
sw/qa/core/uwriter \
sw/qa/core/Test-BigPtrArray \
diff --git a/sw/CppunitTest_sw_ww8export.mk b/sw/CppunitTest_sw_ww8export.mk
index 8f6877ae6275..8502e411bc54 100644
--- a/sw/CppunitTest_sw_ww8export.mk
+++ b/sw/CppunitTest_sw_ww8export.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_ww8export))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ww8export))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8export, \
sw/qa/extras/ww8export/ww8export \
))
diff --git a/sw/CppunitTest_sw_ww8export2.mk b/sw/CppunitTest_sw_ww8export2.mk
index ff620638cfed..4b2fa79f90b1 100644
--- a/sw/CppunitTest_sw_ww8export2.mk
+++ b/sw/CppunitTest_sw_ww8export2.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_ww8export2))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ww8export2))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8export2, \
sw/qa/extras/ww8export/ww8export2 \
))
diff --git a/sw/CppunitTest_sw_ww8export3.mk b/sw/CppunitTest_sw_ww8export3.mk
index 3ceb6178e698..e70b043356eb 100644
--- a/sw/CppunitTest_sw_ww8export3.mk
+++ b/sw/CppunitTest_sw_ww8export3.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_ww8export3))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ww8export3))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8export3, \
sw/qa/extras/ww8export/ww8export3 \
))
diff --git a/sw/CppunitTest_sw_ww8import.mk b/sw/CppunitTest_sw_ww8import.mk
index 01e0d6b95164..350af7437c91 100644
--- a/sw/CppunitTest_sw_ww8import.mk
+++ b/sw/CppunitTest_sw_ww8import.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_ww8import))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ww8import))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8import, \
sw/qa/extras/ww8import/ww8import \
))
diff --git a/sw/CppunitTest_sw_xhtmlexport.mk b/sw/CppunitTest_sw_xhtmlexport.mk
index ce454f367b99..9f562f2778c0 100644
--- a/sw/CppunitTest_sw_xhtmlexport.mk
+++ b/sw/CppunitTest_sw_xhtmlexport.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_xhtmlexport))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_xhtmlexport))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_xhtmlexport, \
sw/qa/extras/htmlexport/xhtmlexport \
))
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk
index 11a2f0f326e1..81c93b35ed38 100644
--- a/sw/Library_swd.mk
+++ b/sw/Library_swd.mk
@@ -40,6 +40,8 @@ $(eval $(call gb_Library_use_libraries,swd,\
utl \
))
+$(eval $(call gb_Library_use_common_precompiled_header,swd))
+
$(eval $(call gb_Library_add_exception_objects,swd,\
sw/source/ui/uno/swdetect \
))
diff --git a/sw/ooxmlexport_setup.mk b/sw/ooxmlexport_setup.mk
index c482ef40ce6f..1471784ce22b 100644
--- a/sw/ooxmlexport_setup.mk
+++ b/sw/ooxmlexport_setup.mk
@@ -31,6 +31,8 @@ define sw_ooxmlexport_test
$(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlexport$(1)))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlexport$(1)))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlexport$(1), \
sw/qa/extras/ooxmlexport/ooxmlexport$(1) \
))