diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-13 15:37:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-14 15:11:46 +0200 |
commit | de57562e3b11b64d95344a4ebaaf53607e7bc373 (patch) | |
tree | 0da764ba0c1ae7a1d3566a03f9e3d00498c1dc7c /chart2 | |
parent | ea9de214311780119a0974e03b38fd835b5074f5 (diff) |
merge sdfilt library into sd
it is very small, and this means we can get rid of some ugly runtime
symbol loading
Change-Id: I1d5f5da6a9e908ccd018915bf09b9ab97d67feb6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139866
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/CppunitTest_chart2_dump.mk | 1 | ||||
-rw-r--r-- | chart2/CppunitTest_chart2_geometry.mk | 1 | ||||
-rw-r--r-- | chart2/CppunitTest_chart2_pivot_chart_test.mk | 1 | ||||
-rw-r--r-- | chart2/CppunitTest_chart2_trendcalculators.mk | 1 | ||||
-rw-r--r-- | chart2/CppunitTest_chart2_xshape.mk | 1 | ||||
-rw-r--r-- | chart2/export_setup.mk | 1 | ||||
-rw-r--r-- | chart2/import_setup.mk | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/chart2/CppunitTest_chart2_dump.mk b/chart2/CppunitTest_chart2_dump.mk index 90c12ff039a8..e0bc8647011d 100644 --- a/chart2/CppunitTest_chart2_dump.mk +++ b/chart2/CppunitTest_chart2_dump.mk @@ -95,7 +95,6 @@ $(eval $(call gb_CppunitTest_use_components,chart2_dump,\ sw/util/swd \ sw/util/msword \ sd/util/sd \ - sd/util/sdfilt \ sd/util/sdd \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ diff --git a/chart2/CppunitTest_chart2_geometry.mk b/chart2/CppunitTest_chart2_geometry.mk index f2467594abc3..d9813dd898a7 100644 --- a/chart2/CppunitTest_chart2_geometry.mk +++ b/chart2/CppunitTest_chart2_geometry.mk @@ -99,7 +99,6 @@ $(eval $(call gb_CppunitTest_use_components,chart2_geometry,\ sw/util/swd \ sw/util/msword \ sd/util/sd \ - sd/util/sdfilt \ sd/util/sdd \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ diff --git a/chart2/CppunitTest_chart2_pivot_chart_test.mk b/chart2/CppunitTest_chart2_pivot_chart_test.mk index 4dc7dca420cb..92f92126c757 100644 --- a/chart2/CppunitTest_chart2_pivot_chart_test.mk +++ b/chart2/CppunitTest_chart2_pivot_chart_test.mk @@ -97,7 +97,6 @@ $(eval $(call gb_CppunitTest_use_components,chart2_pivot_chart_test,\ sw/util/swd \ sw/util/msword \ sd/util/sd \ - sd/util/sdfilt \ sd/util/sdd \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ diff --git a/chart2/CppunitTest_chart2_trendcalculators.mk b/chart2/CppunitTest_chart2_trendcalculators.mk index 2ef23fc9bf90..9d8c5f9c1d0f 100644 --- a/chart2/CppunitTest_chart2_trendcalculators.mk +++ b/chart2/CppunitTest_chart2_trendcalculators.mk @@ -97,7 +97,6 @@ $(eval $(call gb_CppunitTest_use_components,chart2_trendcalculators,\ sw/util/swd \ sw/util/msword \ sd/util/sd \ - sd/util/sdfilt \ sd/util/sdd \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ diff --git a/chart2/CppunitTest_chart2_xshape.mk b/chart2/CppunitTest_chart2_xshape.mk index 4ea92462848e..c985436c57c7 100644 --- a/chart2/CppunitTest_chart2_xshape.mk +++ b/chart2/CppunitTest_chart2_xshape.mk @@ -95,7 +95,6 @@ $(eval $(call gb_CppunitTest_use_components,chart2_xshape,\ sw/util/swd \ sw/util/msword \ sd/util/sd \ - sd/util/sdfilt \ sd/util/sdd \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ diff --git a/chart2/export_setup.mk b/chart2/export_setup.mk index 359973634dbd..be07efc5ad9d 100644 --- a/chart2/export_setup.mk +++ b/chart2/export_setup.mk @@ -102,7 +102,6 @@ $(eval $(call gb_CppunitTest_use_components,chart2_export$(1),\ sw/util/swd \ sw/util/msword \ sd/util/sd \ - sd/util/sdfilt \ sd/util/sdd \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ diff --git a/chart2/import_setup.mk b/chart2/import_setup.mk index fb83a0462b7e..2f27fffb9bc1 100644 --- a/chart2/import_setup.mk +++ b/chart2/import_setup.mk @@ -102,7 +102,6 @@ $(eval $(call gb_CppunitTest_use_components,chart2_import$(1),\ sw/util/swd \ sw/util/msword \ sd/util/sd \ - sd/util/sdfilt \ sd/util/sdd \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ |