summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_annotationshapeobj.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-29 16:20:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-29 16:20:25 +0200
commita13923afa5320f6b717a6fd777d751e8da270601 (patch)
tree03db01bb250c93d3af441a47ec5e105a07796c75 /sc/CppunitTest_sc_annotationshapeobj.mk
parentcf5a6919e1da43cf9e0d0bdba986f6f203237cf9 (diff)
Typo in CppunitTest name
Change-Id: Ibb683b50b68b8f982fa6e70e48608f2e574b0def
Diffstat (limited to 'sc/CppunitTest_sc_annotationshapeobj.mk')
-rw-r--r--sc/CppunitTest_sc_annotationshapeobj.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/CppunitTest_sc_annotationshapeobj.mk b/sc/CppunitTest_sc_annotationshapeobj.mk
index 3e7d01dcfac0..d979d56ce2ff 100644
--- a/sc/CppunitTest_sc_annotationshapeobj.mk
+++ b/sc/CppunitTest_sc_annotationshapeobj.mk
@@ -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 \
))
-$(eval $(call gb_CppunitTest_use_libraries,sc_annonationshapeobj, \
+$(eval $(call gb_CppunitTest_use_libraries,sc_annotationshapeobj, \
basegfx \
comphelper \
cppu \
@@ -53,20 +53,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_annonationshapeobj, \
$(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/inc \
$$(INCLUDE) \
))
-$(eval $(call gb_CppunitTest_use_api,sc_annonationshapeobj,\
+$(eval $(call gb_CppunitTest_use_api,sc_annotationshapeobj,\
offapi \
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 \
comphelper/util/comphelp \
configmgr/source/configmgr \
@@ -98,8 +98,8 @@ $(eval $(call gb_CppunitTest_use_components,sc_annonationshapeobj,\
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: