diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-12-13 11:21:43 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2018-12-13 11:22:30 +0200 |
commit | 9bc20ed5e4338985d21542403cefaf3141fd481f (patch) | |
tree | 710d344e1b3aba84fe31e9da82bdbd17c06d2e73 /solenv | |
parent | 222cea83418ce74cdfcea8f5a0bf8754df930254 (diff) |
We need CartesianCoordinateSystem2d for charts
Change-Id: I3edccbe29129f6d60a4ac4627a0ab646e4e42458
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 42f29473cb27..0acedacf5693 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -84,6 +84,7 @@ core_constructor_list = [ "com_sun_star_comp_chart_PieChartType_get_implementation", "com_sun_star_comp_chart_ScatterChartType_get_implementation", "com_sun_star_comp_chart2_Axis_get_implementation", + "com_sun_star_comp_chart2_CartesianCoordinateSystem2d_get_implementation", "com_sun_star_comp_chart2_ChartController_get_implementation", "com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation", "com_sun_star_comp_chart2_ChartModel_get_implementation", |