[Libreoffice-commits] core.git: sc/CppunitTest_sc_annotationshapeobj.mk
Stephan Bergmann
sbergman at redhat.com
Fri Aug 29 07:21:04 PDT 2014
sc/CppunitTest_sc_annotationshapeobj.mk | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
New commits:
commit a13923afa5320f6b717a6fd777d751e8da270601
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Aug 29 16:20:25 2014 +0200
Typo in CppunitTest name
Change-Id: Ibb683b50b68b8f982fa6e70e48608f2e574b0def
diff --git a/sc/CppunitTest_sc_annotationshapeobj.mk b/sc/CppunitTest_sc_annotationshapeobj.mk
index 3e7d01d..d979d56 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:
More information about the Libreoffice-commits
mailing list