sw/CppunitTest_sw_ooxmlexport2.mk | 2 +- sw/CppunitTest_sw_ooxmlexport3.mk | 2 +- sw/CppunitTest_sw_ooxmlexport4.mk | 2 +- sw/CppunitTest_sw_ooxmlexport5.mk | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit bbc2f9e9903dcef059c719a8007e12c3e662a51e Author: LuboÅ¡ LuÅák <[email protected]> Date: Tue Aug 19 18:35:22 2014 +0200 fix last commit Change-Id: I32d3f99a2f090637d6891123f91093c0bcceddf4 diff --git a/sw/CppunitTest_sw_ooxmlexport2.mk b/sw/CppunitTest_sw_ooxmlexport2.mk index 7dbc8b3..2be67c0 100644 --- a/sw/CppunitTest_sw_ooxmlexport2.mk +++ b/sw/CppunitTest_sw_ooxmlexport2.mk @@ -11,6 +11,6 @@ include $(SRCDIR)/sw/ooxmlexport_setup.mk -$eval( $(call sw_ooxmlexport_test,2)) +$(eval $(call sw_ooxmlexport_test,2)) # vim: set noet sw=4 ts=4: diff --git a/sw/CppunitTest_sw_ooxmlexport3.mk b/sw/CppunitTest_sw_ooxmlexport3.mk index 42b0e51..cdb9ab1 100644 --- a/sw/CppunitTest_sw_ooxmlexport3.mk +++ b/sw/CppunitTest_sw_ooxmlexport3.mk @@ -11,6 +11,6 @@ include $(SRCDIR)/sw/ooxmlexport_setup.mk -$eval( $(call sw_ooxmlexport_test,3)) +$(eval $(call sw_ooxmlexport_test,3)) # vim: set noet sw=4 ts=4: diff --git a/sw/CppunitTest_sw_ooxmlexport4.mk b/sw/CppunitTest_sw_ooxmlexport4.mk index 129a946..1a92a48 100644 --- a/sw/CppunitTest_sw_ooxmlexport4.mk +++ b/sw/CppunitTest_sw_ooxmlexport4.mk @@ -11,6 +11,6 @@ include $(SRCDIR)/sw/ooxmlexport_setup.mk -$eval( $(call sw_ooxmlexport_test,4)) +$(eval $(call sw_ooxmlexport_test,4)) # vim: set noet sw=4 ts=4: diff --git a/sw/CppunitTest_sw_ooxmlexport5.mk b/sw/CppunitTest_sw_ooxmlexport5.mk index a84562f..42b873e 100644 --- a/sw/CppunitTest_sw_ooxmlexport5.mk +++ b/sw/CppunitTest_sw_ooxmlexport5.mk @@ -11,6 +11,6 @@ include $(SRCDIR)/sw/ooxmlexport_setup.mk -$eval( $(call sw_ooxmlexport_test,5)) +$(eval $(call sw_ooxmlexport_test,5)) # vim: set noet sw=4 ts=4:
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
