[Libreoffice-commits] core.git: Branch 'feature/droid_calcimpress3' - android/Bootstrap android/default-document
Jan Holesovsky
kendy at collabora.com
Wed Oct 1 14:45:51 PDT 2014
android/Bootstrap/Makefile.shared | 2 +-
android/default-document/example.odt |binary
2 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 94266884fe6dd745c75c89fac559ddf6c4d4cdd7
Author: Jan Holesovsky <kendy at collabora.com>
Date: Wed Oct 1 23:38:09 2014 +0200
android: Better default document (when the app starts with no doc to load).
Change-Id: Ie3cc30c29723133d5e320ad3848d13f06d133c78
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index 5dd9f4a..7ec1419 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
diff --git a/android/default-document/example.odt b/android/default-document/example.odt
new file mode 100644
index 0000000..2da7ce6
Binary files /dev/null and b/android/default-document/example.odt differ
More information about the Libreoffice-commits
mailing list