diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-06 00:43:06 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-06 00:44:28 +0200 |
commit | 0aa9ced531b8d85ad067c1d156a9708eea628d78 (patch) | |
tree | cfef41a1653c41d4629deb3c6d8a09cb665a3fca /ios | |
parent | fdeb3e618667bc7b556dc6be9b93c451a91fa8ba (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.mm | 2 |
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]; |