diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-10-01 23:38:09 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-10-04 17:52:18 +0200 |
commit | f33d88119830975e5de620470bee1804d6c98738 (patch) | |
tree | a29364f6b499a666ad4684cc6af23e85cd9bc14f /android/Bootstrap/Makefile.shared | |
parent | 91569be0f9951fdfd8c928ba3e4f0956bc053577 (diff) |
android: Better default document (when the app starts with no doc to load).
Change-Id: Ie3cc30c29723133d5e320ad3848d13f06d133c78
Diffstat (limited to 'android/Bootstrap/Makefile.shared')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index 5dd9f4a39abb..7ec1419f5ab9 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -130,7 +130,7 @@ copy-stuff: for F in program/services/services ure/share/misc/services; do \ sed -e 's!uri="vnd.sun.star.expand:$$LO_LIB_DIR/!uri="file://$$APP_DATA_DIR/lib/!g' <$(INSTDIR)/$$F.rdb >assets/$$F.rdb; \ done - cp $(SRC_ROOT)/odk/examples/java/DocumentHandling/test/test1.odt assets/example.odt + cp $(SRC_ROOT)/android/default-document/example.odt assets/example.odt cp $(SRC_ROOT)/readlicense_oo/license/LICENSE assets/license.txt cp $(SRC_ROOT)/readlicense_oo/license/NOTICE assets/notice.txt cp $(WORKDIR)/ComponentTarget/i18npool/util/i18npool.component assets/ComponentTarget/i18npool/util |