summaryrefslogtreecommitdiff
path: root/ios/experimental/LibreOffice/LibreOffice/lo.mm
diff options
context:
space:
mode:
Diffstat (limited to 'ios/experimental/LibreOffice/LibreOffice/lo.mm')
-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];