diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-30 16:13:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-01 09:09:31 +0100 |
commit | a1c3ba3024d16d8867e6c94e0066d2f7debfe1fe (patch) | |
tree | b8a7befddafe272021065bc3a089f854dbb01953 | |
parent | fc6d1473116110ee7bb5e991a5471a06f33a4ca1 (diff) |
add modified unoexceptionprotector for better error msgs from exceptions
-rw-r--r-- | sw/CppunitTest_sw_swdoc_test.mk | 1 | ||||
-rw-r--r-- | sw/CppunitTest_sw_test_filters.mk | 1 | ||||
-rw-r--r-- | sw/prj/build.lst | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk index 636ca296fb65..708912f17334 100644 --- a/sw/CppunitTest_sw_swdoc_test.mk +++ b/sw/CppunitTest_sw_swdoc_test.mk @@ -100,6 +100,7 @@ $(call gb_CppunitTest_get_target,sw_swdoc_test) : \ $(eval $(call gb_CppunitTest_set_args,sw_swdoc_test,\ --headless \ --invisible \ + --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \ )) $(eval $(call gb_RdbTarget_RdbTarget,sw_swdoc_test)) diff --git a/sw/CppunitTest_sw_test_filters.mk b/sw/CppunitTest_sw_test_filters.mk index 3e304513f2de..f29776714be3 100644 --- a/sw/CppunitTest_sw_test_filters.mk +++ b/sw/CppunitTest_sw_test_filters.mk @@ -78,6 +78,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,sw_filters_test,\ $(eval $(call gb_CppunitTest_set_args,sw_filters_test,\ --headless \ --invisible \ + --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \ )) $(eval $(call gb_RdbTarget_RdbTarget,sw_filters_test)) diff --git a/sw/prj/build.lst b/sw/prj/build.lst index fd8edc91475f..75c602e315ab 100644 --- a/sw/prj/build.lst +++ b/sw/prj/build.lst @@ -1,2 +1,2 @@ -sw sw : filter TRANSLATIONS:translations connectivity writerperfect vbahelper svx stoc writerfilter unoxml fileaccess package forms toolkit dbaccess comphelper LIBXSLT:libxslt NULL +sw sw : filter TRANSLATIONS:translations connectivity writerperfect vbahelper svx stoc writerfilter unoxml fileaccess package forms toolkit dbaccess comphelper LIBXSLT:libxslt test NULL sw sw\prj nmake - all sw_prj NULL |