Kaydet (Commit) f71acd40 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Follow-up to c4cfb4f4

To avoid losing functionality (components missing at run-time), we need to add
the corrsponding new-style functions instead of the old-style one that was
removed. In this case it was just one.

(In those cases where one old-style is replaces with several new-style ones,
ideally one can then avoid some of the replacements in the iOS and Android
case, and save on code size.)

Change-Id: I6d4a90e84600debdf62b47408264c439a6f0e312
üst c2f99275
...@@ -62,6 +62,8 @@ core_factory_list = [ ...@@ -62,6 +62,8 @@ core_factory_list = [
] ]
core_constructor_list = [ core_constructor_list = [
# canvas/source/factory/canvasfactory.component
"com_sun_star_comp_rendering_CanvasFactory_get_implementation",
# chart2/source/chartcore.component # chart2/source/chartcore.component
"com_sun_star_comp_chart_AreaChartType_get_implementation", "com_sun_star_comp_chart_AreaChartType_get_implementation",
"com_sun_star_comp_chart_BarChartType_get_implementation", "com_sun_star_comp_chart_BarChartType_get_implementation",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment