[Libreoffice-commits] core.git: Branch 'private/tml/crack-1' - ios/experimental

Tor Lillqvist tml at collabora.com
Wed Jan 8 05:21:07 PST 2014


 ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5d9cba66327e0637166d53885512bf8234156fb4
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Jan 8 15:20:18 2014 +0200

    Need to reference svx_component_getFactory, too, to be comparable, says matus
    
    Change-Id: I6e57184c25e4c8abcf74a2fb0536ec553148d756

diff --git a/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm b/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
index 5a3707b..2457d9e 100644
--- a/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
+++ b/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
@@ -114,6 +114,7 @@ lo_get_libmap(void)
         { "libstocserviceslo.a", stocservices_component_getFactory },
         { "libsvllo.a", svl_component_getFactory },
         { "libsvtlo.a", svt_component_getFactory },
+        { "libsvxlo.a", svx_component_getFactory },
         { "libsvxcorelo.a", svxcore_component_getFactory },
         { "libswdlo.a", swd_component_getFactory },
         { "libswlo.a", sw_component_getFactory },


More information about the Libreoffice-commits mailing list