diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-13 17:40:06 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-18 07:15:46 +0100 |
commit | b6cebf4a3e2997e6489bba77b358b306f8f435ce (patch) | |
tree | 1f8f2a63ce9f71c7002269fb7b879e1f3662d6ed /ios/shared | |
parent | 4c539fac018dfd44cd8db52161a8cb930c627da7 (diff) |
Allow UNO component libraries to have each implementation in its own function.
Demonstrating on expwrap library.
There is hope, this will bring code size savings for mobile
platforms, where we don't need every implementation.
Change-Id: I3519fb6148fd7a47ed9df092c73779ea6add552f
Diffstat (limited to 'ios/shared')
-rw-r--r-- | ios/shared/ios_sharedlo/cxx/mlo.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/shared/ios_sharedlo/cxx/mlo.mm b/ios/shared/ios_sharedlo/cxx/mlo.mm index 50ffd44999ad..5b3ef7e4f4a3 100644 --- a/ios/shared/ios_sharedlo/cxx/mlo.mm +++ b/ios/shared/ios_sharedlo/cxx/mlo.mm @@ -155,7 +155,7 @@ lo_get_libmap(void) //MAP_LIB(ucppkg1), //MAP_LIB_LO(vbaswobj), //MAP_LIB_LO(wpftwriter), //MAP_LIB_LO(wpftdraw), //MAP_LIB_LO(svxcore), //MAP_LIB_LO(protocolhandler), //MAP_LIB_LO_1(filterconfig), //MAP_LIB_LO(canvasfactory), //MAP_LIB_LO(mtfrenderer), - MAP_LIB_LO(expwrap), MAP_LIB_LO(writerfilter), + MAP_LIB_LO(writerfilter), MAP_LIB(embobj), MAP_LIB(emboleobj), MAP_LIB_LO(sot), // ADDED for search |