Convert spaces to tabs in some Makefiles

Change-Id: Ia65e6391cfa6a556b097555872c311bd8bcdec3f
Reviewed-on: https://gerrit.libreoffice.org/40903
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
This commit is contained in:
Jens Carl
2017-08-08 21:30:03 +00:00
committed by Markus Mohrhard
parent 506bdf0293
commit 6f58154e27
2 changed files with 47 additions and 47 deletions

View File

@@ -48,7 +48,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\
ifneq ($(ENABLE_HEADLESS),TRUE) ifneq ($(ENABLE_HEADLESS),TRUE)
ifeq ($(OS),LINUX) ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_check_targets,sc,\ $(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_tiledrendering \ CppunitTest_sc_tiledrendering \
)) ))
endif endif
endif endif

View File

@@ -10,18 +10,18 @@
$(eval $(call gb_Library_Library,subsequenttest)) $(eval $(call gb_Library_Library,subsequenttest))
$(eval $(call gb_Library_add_defs,subsequenttest,\ $(eval $(call gb_Library_add_defs,subsequenttest,\
-DOOO_DLLIMPLEMENTATION_TEST \ -DOOO_DLLIMPLEMENTATION_TEST \
)) ))
$(eval $(call gb_Library_use_sdk_api,subsequenttest)) $(eval $(call gb_Library_use_sdk_api,subsequenttest))
$(eval $(call gb_Library_use_libraries,subsequenttest,\ $(eval $(call gb_Library_use_libraries,subsequenttest,\
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
i18nlangtag \ i18nlangtag \
sal \ sal \
test \ test \
tl \ tl \
utl \ utl \
unotest \ unotest \
@@ -34,46 +34,46 @@ $(eval $(call gb_Library_use_externals,subsequenttest,\
)) ))
$(eval $(call gb_Library_add_exception_objects,subsequenttest,\ $(eval $(call gb_Library_add_exception_objects,subsequenttest,\
test/source/unoapi_test \ test/source/unoapi_test \
test/source/calc_unoapi_test \ test/source/calc_unoapi_test \
test/source/beans/xpropertyset \ test/source/beans/xpropertyset \
test/source/container/xelementaccess \ test/source/container/xelementaccess \
test/source/container/xindexaccess \ test/source/container/xindexaccess \
test/source/container/xnamecontainer \ test/source/container/xnamecontainer \
test/source/container/xnamereplace \ test/source/container/xnamereplace \
test/source/container/xnamed \ test/source/container/xnamed \
test/source/sheet/cellproperties \ test/source/sheet/cellproperties \
test/source/sheet/datapilotfield \ test/source/sheet/datapilotfield \
test/source/sheet/xcelladdressable \ test/source/sheet/xcelladdressable \
test/source/sheet/xcellrangedata \ test/source/sheet/xcellrangedata \
test/source/sheet/xcellrangereferrer \ test/source/sheet/xcellrangereferrer \
test/source/sheet/xcellrangesquery \ test/source/sheet/xcellrangesquery \
test/source/sheet/xcellseries \ test/source/sheet/xcellseries \
test/source/sheet/xgoalseek \ test/source/sheet/xgoalseek \
test/source/sheet/xdatabaserange \ test/source/sheet/xdatabaserange \
test/source/sheet/xdatapilotdescriptor \ test/source/sheet/xdatapilotdescriptor \
test/source/sheet/xdatapilotfieldgrouping \ test/source/sheet/xdatapilotfieldgrouping \
test/source/sheet/xdatapilottable \ test/source/sheet/xdatapilottable \
test/source/sheet/xdatapilottable2 \ test/source/sheet/xdatapilottable2 \
test/source/sheet/xnamedrange \ test/source/sheet/xnamedrange \
test/source/sheet/xnamedranges \ test/source/sheet/xnamedranges \
test/source/sheet/xprintareas \ test/source/sheet/xprintareas \
test/source/sheet/xspreadsheetdocument \ test/source/sheet/xspreadsheetdocument \
test/source/sheet/xspreadsheets \ test/source/sheet/xspreadsheets \
test/source/sheet/xspreadsheets2 \ test/source/sheet/xspreadsheets2 \
test/source/sheet/xsheetannotation \ test/source/sheet/xsheetannotation \
test/source/sheet/xsheetannotations \ test/source/sheet/xsheetannotations \
test/source/sheet/xsheetannotationshapesupplier \ test/source/sheet/xsheetannotationshapesupplier \
test/source/sheet/xsheetoutline \ test/source/sheet/xsheetoutline \
test/source/sheet/xstyleloader \ test/source/sheet/xstyleloader \
test/source/sheet/xusedareacursor \ test/source/sheet/xusedareacursor \
test/source/sheet/xviewpane \ test/source/sheet/xviewpane \
test/source/sheet/xviewsplitable \ test/source/sheet/xviewsplitable \
test/source/text/xtext \ test/source/text/xtext \
test/source/text/xtextfield \ test/source/text/xtextfield \
test/source/text/xtextcontent \ test/source/text/xtextcontent \
test/source/util/xreplaceable \ test/source/util/xreplaceable \
test/source/util/xsearchable \ test/source/util/xsearchable \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4: