summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-06 00:43:06 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-06 00:44:28 +0200
commit0aa9ced531b8d85ad067c1d156a9708eea628d78 (patch)
treecfef41a1653c41d4629deb3c6d8a09cb665a3fca /ios
parentfdeb3e618667bc7b556dc6be9b93c451a91fa8ba (diff)
It's types.rdb now, not udkapi.rdb any more
Change-Id: If6e8c4862ec628eb4c052e0fd237f5aef89db8eb
Diffstat (limited to 'ios')
-rw-r--r--ios/experimental/LibreOffice/LibreOffice/lo.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/experimental/LibreOffice/LibreOffice/lo.mm b/ios/experimental/LibreOffice/LibreOffice/lo.mm
index eec4c43417af..429bb1a2e052 100644
--- a/ios/experimental/LibreOffice/LibreOffice/lo.mm
+++ b/ios/experimental/LibreOffice/LibreOffice/lo.mm
@@ -168,7 +168,7 @@ lo_initialize(void)
uno_types = [uno_types stringByAppendingString: [app_root_escaped stringByAppendingPathComponent: @"oovbaapi.rdb"]];
uno_types = [uno_types stringByAppendingString: @" file://"];
- uno_types = [uno_types stringByAppendingString: [app_root_escaped stringByAppendingPathComponent: @"udkapi.rdb"]];
+ uno_types = [uno_types stringByAppendingString: [app_root_escaped stringByAppendingPathComponent: @"types.rdb"]];
assert(strcmp(argv[2], "placeholder-uno-types") == 0);
argv[2] = [uno_types UTF8String];