Kaydet (Commit) a13923af authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Typo in CppunitTest name

Change-Id: Ibb683b50b68b8f982fa6e70e48608f2e574b0def
üst cf5a6919
...@@ -9,15 +9,15 @@ ...@@ -9,15 +9,15 @@
# #
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sc_annonationshapeobj)) $(eval $(call gb_CppunitTest_CppunitTest,sc_annotationshapeobj))
$(eval $(call gb_CppunitTest_use_external,sc_annonationshapeobj,boost_headers)) $(eval $(call gb_CppunitTest_use_external,sc_annotationshapeobj,boost_headers))
$(eval $(call gb_CppunitTest_add_exception_objects,sc_annonationshapeobj, \ $(eval $(call gb_CppunitTest_add_exception_objects,sc_annotationshapeobj, \
sc/qa/extras/scannotationshapeobj \ sc/qa/extras/scannotationshapeobj \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sc_annonationshapeobj, \ $(eval $(call gb_CppunitTest_use_libraries,sc_annotationshapeobj, \
basegfx \ basegfx \
comphelper \ comphelper \
cppu \ cppu \
...@@ -53,20 +53,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_annonationshapeobj, \ ...@@ -53,20 +53,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_annonationshapeobj, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_set_include,sc_annonationshapeobj,\ $(eval $(call gb_CppunitTest_set_include,sc_annotationshapeobj,\
-I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/source/ui/inc \
-I$(SRCDIR)/sc/inc \ -I$(SRCDIR)/sc/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_CppunitTest_use_api,sc_annonationshapeobj,\ $(eval $(call gb_CppunitTest_use_api,sc_annotationshapeobj,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sc_annonationshapeobj)) $(eval $(call gb_CppunitTest_use_ure,sc_annotationshapeobj))
$(eval $(call gb_CppunitTest_use_components,sc_annonationshapeobj,\ $(eval $(call gb_CppunitTest_use_components,sc_annotationshapeobj,\
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
...@@ -98,8 +98,8 @@ $(eval $(call gb_CppunitTest_use_components,sc_annonationshapeobj,\ ...@@ -98,8 +98,8 @@ $(eval $(call gb_CppunitTest_use_components,sc_annonationshapeobj,\
unoxml/source/service/unoxml \ unoxml/source/service/unoxml \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sc_annonationshapeobj)) $(eval $(call gb_CppunitTest_use_configuration,sc_annotationshapeobj))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_annonationshapeobj)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_annotationshapeobj))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment