[Libreoffice-commits] core.git: ios/LibreOfficeLight
jan Iversen
jani at libreoffice.org
Sat Mar 3 21:42:33 UTC 2018
ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4f4137d0e20e6693037846c870857c887979770b
Author: jan Iversen <jani at libreoffice.org>
Date: Sat Mar 3 22:40:50 2018 +0100
iOS, change example.odt -> welcome.odt
It must be changed in the swift code also.
Change-Id: Ide7ccbb89d94f91a9f6e0dbbd7a29035c46f7f4f
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")
More information about the Libreoffice-commits
mailing list