diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-02-03 12:39:21 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-02-03 12:42:09 +0100 |
commit | c8956344af6d5ffd443b44808f34841e70ffaac0 (patch) | |
tree | 6718a1794c9c2a177fb8b5dbbec78c8edc2d7e71 /sw | |
parent | cb33714517c3302da6c765aed977341b603c1017 (diff) |
sw: sw_swdoc_test -> sw_uwriter
To be consistent to sc_ucalc and sd_uimpress.
Change-Id: Id6b09bacdf19fb7c524f11352ba81cd630535a74
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_uwriter.mk (renamed from sw/CppunitTest_sw_swdoc_test.mk) | 22 | ||||
-rw-r--r-- | sw/Module_sw.mk | 2 | ||||
-rw-r--r-- | sw/qa/core/uwriter.cxx (renamed from sw/qa/core/swdoc-test.cxx) | 0 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_uwriter.mk index 0be24f3e953a..4f25f5c2bdef 100644 --- a/sw/CppunitTest_sw_swdoc_test.mk +++ b/sw/CppunitTest_sw_uwriter.mk @@ -27,16 +27,16 @@ # instead of those above. #************************************************************************* -$(eval $(call gb_CppunitTest_CppunitTest,sw_swdoc_test)) +$(eval $(call gb_CppunitTest_CppunitTest,sw_uwriter)) -$(eval $(call gb_CppunitTest_add_exception_objects,sw_swdoc_test, \ - sw/qa/core/swdoc-test \ +$(eval $(call gb_CppunitTest_add_exception_objects,sw_uwriter, \ + sw/qa/core/uwriter \ sw/qa/core/Test-BigPtrArray \ )) -$(eval $(call gb_CppunitTest_use_library_objects,sw_swdoc_test,sw)) +$(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw)) -$(eval $(call gb_CppunitTest_use_libraries,sw_swdoc_test, \ +$(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \ avmedia \ basegfx \ comphelper \ @@ -70,27 +70,27 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_swdoc_test, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_use_externals,sw_swdoc_test,\ +$(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\ boost_headers \ icuuc \ libxml2 \ )) -$(eval $(call gb_CppunitTest_set_include,sw_swdoc_test,\ +$(eval $(call gb_CppunitTest_set_include,sw_uwriter,\ -I$(SRCDIR)/sw/source/ui/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) -$(eval $(call gb_CppunitTest_use_api,sw_swdoc_test,\ +$(eval $(call gb_CppunitTest_use_api,sw_uwriter,\ offapi \ udkapi \ )) -$(eval $(call gb_CppunitTest_use_ure,sw_swdoc_test)) +$(eval $(call gb_CppunitTest_use_ure,sw_uwriter)) -$(eval $(call gb_CppunitTest_use_components,sw_swdoc_test,\ +$(eval $(call gb_CppunitTest_use_components,sw_uwriter,\ comphelper/util/comphelp \ configmgr/source/configmgr \ fileaccess/source/fileacc \ @@ -105,6 +105,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_swdoc_test,\ unoxml/source/service/unoxml \ )) -$(eval $(call gb_CppunitTest_use_configuration,sw_swdoc_test)) +$(eval $(call gb_CppunitTest_use_configuration,sw_uwriter)) # vim: set noet sw=4 ts=4: diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 6abd3212cc7b..d4ea0acdf84a 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -38,7 +38,7 @@ $(eval $(call gb_Module_add_targets,sw,\ endif $(eval $(call gb_Module_add_check_targets,sw,\ - CppunitTest_sw_swdoc_test \ + CppunitTest_sw_uwriter \ )) $(eval $(call gb_Module_add_slowcheck_targets,sw,\ diff --git a/sw/qa/core/swdoc-test.cxx b/sw/qa/core/uwriter.cxx index 189a25cf2476..189a25cf2476 100644 --- a/sw/qa/core/swdoc-test.cxx +++ b/sw/qa/core/uwriter.cxx |