From 645dac2f9434d70d4aa393bac899b9984f533b20 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 19 Dec 2013 12:16:09 +0100 Subject: Deduplicate more components. No one says this is the only good classification. Quite possibly it's not even a good one, but at least something. Change-Id: I81178314222f9f63708a83b262ff8ef73a1d9467 --- ios/shared/ios_sharedlo/cxx/mlo.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios/shared') diff --git a/ios/shared/ios_sharedlo/cxx/mlo.mm b/ios/shared/ios_sharedlo/cxx/mlo.mm index ab6851a6ef47..8095b2af19c1 100644 --- a/ios/shared/ios_sharedlo/cxx/mlo.mm +++ b/ios/shared/ios_sharedlo/cxx/mlo.mm @@ -28,7 +28,7 @@ lo_get_factory_map(void) { static lib_to_factory_mapping map[] = { LO_CORE_FACTORY_MAP - LO_WRITER_FACTORY_MAP + LO_WRITER_CORE_FACTORY_MAP MAP_LIB_LO(uui), MAP_LIB_LO(i18nsearch), { NULL, NULL } -- cgit