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

Mert Tumer merttumer at outlook.com
Sun May 1 13:00:32 UTC 2016


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

New commits:
commit 1bb8952350b35511a41c31c46913ddf742d10d64
Author: Mert Tumer <merttumer at outlook.com>
Date:   Sun May 1 15:56:57 2016 +0300

    tdf#99605 - add missing constructor methods.
    
    Change-Id: I338f129c14902e2fb98e4b961ce64c61f8633b29
    Reviewed-on: https://gerrit.libreoffice.org/24561
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index e0899f4..c7041fe 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -105,6 +105,8 @@ core_constructor_list = [
     "com_sun_star_comp_task_OfficeRestartManager",
     "IndexedPropertyValuesContainer_get_implementation",
     "NamedPropertyValuesContainer_get_implementation",
+    "com_sun_star_comp_SequenceInputStreamService",
+    "com_sun_star_comp_SequenceOutputStreamService",
 # dbaccess/util/dba.component
     "com_sun_star_comp_dba_ORowSet_get_implementation",
 # forms/util/frm.component


More information about the Libreoffice-commits mailing list