diff options
author | Noel Power <noel.power@suse.com> | 2013-04-30 15:32:15 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-05-07 10:06:38 +0100 |
commit | 89fec0bf76b9b3a4580050f863ee23436cc49113 (patch) | |
tree | 39071f4a9abfa969910c93ee163c2040935636d0 /sc | |
parent | a7359287cb2607a6ee08227f6a33c0d5bda3ad5a (diff) |
adjust components needed for CheckOptionToggleValue.xls testfile
Change-Id: Id9aa26cac2f59829e8b00057c82dc52bbbbc20cb
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_macros_test.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_macros_test.mk b/sc/CppunitTest_sc_macros_test.mk index 79bf0ad80196..f32c6bb26bc9 100644 --- a/sc/CppunitTest_sc_macros_test.mk +++ b/sc/CppunitTest_sc_macros_test.mk @@ -105,6 +105,8 @@ $(eval $(call gb_CppunitTest_use_components,sc_macros_test,\ sc/util/vbaobj) \ scripting/source/basprov/basprov \ scripting/util/scriptframe \ + scripting/source/vbaevents/vbaevents \ + scripting/source/dlgprov/dlgprov \ sfx2/util/sfx \ sot/util/sot \ svl/source/fsstor/fsstorage \ @@ -120,6 +122,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_macros_test,\ xmloff/util/xo \ eventattacher/source/evtatt \ i18npool/source/search/i18nsearch \ + vbahelper/util/msforms \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_macros_test)) |