[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 2 commits - bin/lo-all-static-libs solenv/bin

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri May 31 09:47:46 UTC 2019


 bin/lo-all-static-libs    |    1 +
 solenv/bin/native-code.py |    2 ++
 2 files changed, 3 insertions(+)

New commits:
commit 8644530b7eb5e7d136a7d87b475baaa62756b109
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri May 31 12:46:24 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri May 31 12:46:55 2019 +0300

    Add the Visio import filter constructor
    
    Change-Id: I6f1ebf18e0565862703bcd4291f2705c8a605de0

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index b1d1d3f5918a..f5d5a1351f0f 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -347,6 +347,8 @@ draw_constructor_list = [
     "com_sun_star_comp_Draw_framework_module_ModuleController_get_implementation",
 # sd/util/sdd.component
     "com_sun_star_comp_draw_FormatDetector_get_implementation",
+# writerperfect/source/draw/wpftdraw.component
+    "com_sun_star_comp_Draw_VisioImportFilter_get_implementation",
     ]
 
 writer_factory_list = [
commit dea94e8d214e0d8b322161cbdcfc92a87fc55449
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri May 31 12:45:58 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri May 31 12:46:54 2019 +0300

    Add the librevenge library
    
    Change-Id: I786001d66e9b40df5c30e19ff2381c9ed6c7db94

diff --git a/bin/lo-all-static-libs b/bin/lo-all-static-libs
index 2e620ff2a494..b6668f435320 100755
--- a/bin/lo-all-static-libs
+++ b/bin/lo-all-static-libs
@@ -78,6 +78,7 @@ echo $INSTDIR/$LIBO_LIB_FOLDER/lib*.a \
      $WORKDIR/UnpackedTarball/libmwaw/src/lib/.libs/*.a \
      $WORKDIR/UnpackedTarball/libodfgen/src/.libs/*.a \
      $WORKDIR/UnpackedTarball/liborcus/src/*/.libs/*.a \
+     $WORKDIR/UnpackedTarball/librevenge/src/*/.libs/*.a \
      $WORKDIR/UnpackedTarball/libvisio/src/lib/.libs/*.a \
      $WORKDIR/UnpackedTarball/libwp?/src/lib/.libs/*.a \
      $WORKDIR/UnpackedTarball/raptor/src/.libs/*.a \


More information about the Libreoffice-commits mailing list