From 0aa9ced531b8d85ad067c1d156a9708eea628d78 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 6 Nov 2013 00:43:06 +0200 Subject: It's types.rdb now, not udkapi.rdb any more Change-Id: If6e8c4862ec628eb4c052e0fd237f5aef89db8eb --- ios/experimental/LibreOffice/LibreOffice/lo.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios') 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]; -- cgit