[Libreoffice-commits] core.git: solenv/bin

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 09:23:04 UTC 2018


 solenv/bin/native-code.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9bc20ed5e4338985d21542403cefaf3141fd481f
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Dec 13 11:21:43 2018 +0200
Commit:     Tor Lillqvist <tml at iki.fi>
CommitDate: Thu Dec 13 11:22:30 2018 +0200

    We need CartesianCoordinateSystem2d for charts
    
    Change-Id: I3edccbe29129f6d60a4ac4627a0ab646e4e42458

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",


More information about the Libreoffice-commits mailing list