diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2023-09-02 14:32:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-02 18:28:09 +0200 |
commit | 2b1d21d5cd79da6990412e0bd390f1514218f1c9 (patch) | |
tree | ddf5cef3d6106495138c862f8030ed1396b5b5a5 /solenv | |
parent | 7d02c59170a0ec1b9ef726554795d06f5e3ea05c (diff) |
drop ChartController service name
not the implementation, just the registering as a component - there
is no way to instantiate and use this object as a real service, it
is intimately tied into the chart2 internals.
Change-Id: I5c80e23f2b043bef23650664a7cc2c7813248433
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156471
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 6dc5def61b1a..3e472746fe67 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -65,7 +65,6 @@ core_constructor_list = [ "com_sun_star_comp_chart2_Axis_get_implementation", "com_sun_star_comp_chart2_CartesianCoordinateSystem2d_get_implementation", "com_sun_star_comp_chart2_CartesianCoordinateSystem3d_get_implementation", - "com_sun_star_comp_chart2_ChartController_get_implementation", "com_sun_star_comp_chart2_ChartModel_get_implementation", "com_sun_star_comp_chart2_ChartView_get_implementation", "com_sun_star_comp_chart2_ConfigDefaultColorScheme_get_implementation", |