summaryrefslogtreecommitdiff
path: root/ios/shared
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-19 12:16:09 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-19 15:34:33 +0100
commit645dac2f9434d70d4aa393bac899b9984f533b20 (patch)
treefeace7701a033314ca91745736bef20eeec7edb4 /ios/shared
parent6275751f63e44071de1d7486300be16deec13e3a (diff)
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
Diffstat (limited to 'ios/shared')
-rw-r--r--ios/shared/ios_sharedlo/cxx/mlo.mm2
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 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 }