diff options
Diffstat (limited to 'sc/CppunitTest_sc_tablesheetobj.mk')
-rw-r--r-- | sc/CppunitTest_sc_tablesheetobj.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_tablesheetobj.mk b/sc/CppunitTest_sc_tablesheetobj.mk index 5df98b1870d2..6063d4869c11 100644 --- a/sc/CppunitTest_sc_tablesheetobj.mk +++ b/sc/CppunitTest_sc_tablesheetobj.mk @@ -87,7 +87,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_tablesheetobj,\ sc/util/sc \ sc/util/scd \ sc/util/scfilt \ - $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \ + $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ sfx2/util/sfx \ sot/util/sot \ |