summaryrefslogtreecommitdiff
path: root/ios/shared
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-19 10:39:46 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-19 15:34:30 +0100
commite05e58948c50603f05ab3442721cb0ba393144b5 (patch)
treea1a68b32c163832a45d2c7a4371da9e19626a92b /ios/shared
parent9dea39c177e61385770311077cf082aa581671fd (diff)
Deduplicate writer component factories.
Change-Id: I0b82e8a284f871829b7c22a654d61534b5c5a3cc
Diffstat (limited to 'ios/shared')
-rw-r--r--ios/shared/ios_sharedlo/cxx/mlo.mm5
1 files changed, 2 insertions, 3 deletions
diff --git a/ios/shared/ios_sharedlo/cxx/mlo.mm b/ios/shared/ios_sharedlo/cxx/mlo.mm
index 3ab258ce6686..b72f1f7645bf 100644
--- a/ios/shared/ios_sharedlo/cxx/mlo.mm
+++ b/ios/shared/ios_sharedlo/cxx/mlo.mm
@@ -27,7 +27,8 @@ const lib_to_factory_mapping *
lo_get_factory_map(void)
{
static lib_to_factory_mapping map[] = {
- NON_APP_SPECIFIC_FACTORY_MAP
+ LO_CORE_FACTORY_MAP
+ LO_WRITER_FACTORY_MAP
//from IOS
@@ -42,7 +43,6 @@ lo_get_factory_map(void)
//MAP_LIB_LO(xmlfd),
//MAP_LIB_LO(sc), //MAP_LIB_LO(sd),
//MAP_LIB(fileacc),
- MAP_LIB_LO(swd), MAP_LIB_LO(sw),
// from ANDROID
@@ -53,7 +53,6 @@ lo_get_factory_map(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(writerfilter),
// ADDED for search