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

Tor Lillqvist tml at collabora.com
Thu Mar 12 01:36:05 PDT 2015


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

New commits:
commit f71acd40e351517c64ff19a47e8422dedfd49cf9
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Mar 12 10:29:37 2015 +0200

    Follow-up to c4cfb4f4da3cdd318d52d6fca9f7d99c005e2bfe
    
    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

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 04c06bd..2299b52 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -62,6 +62,8 @@ core_factory_list = [
     ]
 
 core_constructor_list = [
+# canvas/source/factory/canvasfactory.component
+    "com_sun_star_comp_rendering_CanvasFactory_get_implementation",
 # chart2/source/chartcore.component
     "com_sun_star_comp_chart_AreaChartType_get_implementation",
     "com_sun_star_comp_chart_BarChartType_get_implementation",


More information about the Libreoffice-commits mailing list