[Libreoffice-commits] core.git: Branch 'feature/tiledrendering' - ios/shared

Tor Lillqvist tml at collabora.com
Tue Oct 29 10:43:29 CET 2013


 ios/shared/ios_sharedlo/cxx/mlo.mm |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 4f1ab2f2b95ffafdf46f3c5b00d4819946f70522
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Oct 29 11:43:05 2013 +0200

    fileacc is not a separate component any more
    
    Change-Id: I5adadb725e4792360d542121b2515a405901bc6e

diff --git a/ios/shared/ios_sharedlo/cxx/mlo.mm b/ios/shared/ios_sharedlo/cxx/mlo.mm
index 478e012..b1436a9 100644
--- a/ios/shared/ios_sharedlo/cxx/mlo.mm
+++ b/ios/shared/ios_sharedlo/cxx/mlo.mm
@@ -35,7 +35,6 @@ extern "C" {
 
     //ADD_LIB(dbaxml);          // dbaccess lib
     ADD_LIB(evtatt);            // basic event handling
-    ADD_LIB(fileacc);           // Simple file access func
     //ADD_LIB(frm);             // form control in documents
     ADD_LIB(fsstorage);         // part of svl required when editing file
     ADD_LIB(stocservices);
@@ -140,7 +139,6 @@ lo_get_libmap(void)
         //MAP_LIB_LO(xmlfd),
         MAP_LIB(xmlsecurity), //MAP_LIB_LO(sc),       //MAP_LIB_LO(sd),
         MAP_LIB_LO(svx),        MAP_LIB_LO(fwl),        MAP_LIB_LO(oox),
-        MAP_LIB(fileacc),       MAP_LIB_LO(svt),        MAP_LIB_LO(xof),
         MAP_LIB_LO(evtatt),     MAP_LIB_LO(fsstorage),  MAP_LIB_LO(lng),
         MAP_LIB_LO(swd),        MAP_LIB_LO(sw),         MAP_LIB_LO(lnth),
         MAP_LIB_LO(unordf),     MAP_LIB_LO(unoxml),     MAP_LIB_LO(xo),


More information about the Libreoffice-commits mailing list