diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-12 13:51:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-12 13:54:12 +0100 |
commit | de9dd8f969b90b8eafa69d9527a7aeb53a585e3b (patch) | |
tree | ca1c8bbc2cf783868338409d6d17af707ee65b3f /sc | |
parent | 66be03c7490e160721884806fc959c29faa8063f (diff) |
Missing component dependency.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_filters_test.mk | 1 | ||||
-rw-r--r-- | sc/prj/build.lst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk index c6b69f131a55..4ad57ba72010 100644 --- a/sc/CppunitTest_sc_filters_test.mk +++ b/sc/CppunitTest_sc_filters_test.mk @@ -85,6 +85,7 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,sc_filters_test,\ )) $(eval $(call gb_CppunitTest_add_components,sc_filters_test,\ + basic/util/sb \ chart2/source/controller/chartcontroller \ chart2/source/tools/charttools \ chart2/source/model/chartmodel \ diff --git a/sc/prj/build.lst b/sc/prj/build.lst index 27b7c3058ce1..bbc6303e891e 100644 --- a/sc/prj/build.lst +++ b/sc/prj/build.lst @@ -1,2 +1,2 @@ -sc sc : filter TRANSLATIONS:translations vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure test xmloff desktop ucb package configmgr officecfg scripting NULL +sc sc : basic filter TRANSLATIONS:translations vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure test xmloff desktop ucb package configmgr officecfg scripting NULL sc sc\prj nmake - all sc_prj NULL |