diff options
Diffstat (limited to 'ios')
-rwxr-xr-x | ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift index 88c3ccdcd67e..e9c554b31646 100755 --- a/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift +++ b/ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift @@ -66,7 +66,7 @@ class DocumentController: UIViewController, MenuDelegate, UIDocumentBrowserViewC super.viewDidAppear(animated) // Always load the 'welcome' file, as per the android app - let res = Bundle.main.url(forResource: "example", withExtension: "odt") + let res = Bundle.main.url(forResource: "welcome", withExtension: "odt") // uncomment for test data in resources until the doc picker works properly //let res = Bundle.main.url(forResource: "testdata/2", withExtension: "xlsx") |