android/default-document/example2.odt |binary static/CustomTarget_wasm_fs_image.mk | 5 ++++- static/soffice_args.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-)
New commits: commit 3036804848ddb97b99201e5d241125f57c8c4622 Author: Armin Le Grand (Allotropia) <armin.le.gr...@me.com> AuthorDate: Mon Nov 15 18:28:05 2021 +0100 Commit: Armin Le Grand (Allotropia) <armin.le.gr...@me.com> CommitDate: Mon Nov 15 18:28:05 2021 +0100 WASM: Add extended example file & content for FontWork insert dialog Change-Id: I484b2f2c6b86c1b728abc51c27f52fea4ddd4304 diff --git a/android/default-document/example2.odt b/android/default-document/example2.odt new file mode 100644 index 000000000000..4ace37fed4d2 Binary files /dev/null and b/android/default-document/example2.odt differ diff --git a/static/CustomTarget_wasm_fs_image.mk b/static/CustomTarget_wasm_fs_image.mk index 54400cc2b219..0fb310ab8854 100644 --- a/static/CustomTarget_wasm_fs_image.mk +++ b/static/CustomTarget_wasm_fs_image.mk @@ -1121,7 +1121,10 @@ gb_wasm_image_filelist := \ $(INSTROOT)/share/config/soffice.cfg/sfx/ui/templatepanel.ui \ $(INSTROOT)/share/config/soffice.cfg/sfx/ui/floatingrecord.ui \ $(INSTROOT)/share/config/images_breeze.zip \ - $(SRCDIR)/android/default-document/example.odt \ + $(INSTROOT)/share/gallery/fontwork.sdg \ + $(INSTROOT)/share/gallery/fontwork.sdv \ + $(INSTROOT)/share/gallery/fontwork.thm \ + $(SRCDIR)/android/default-document/example2.odt \ wasm_fs_image_WORKDIR := $(call gb_CustomTarget_get_workdir,static/wasm_fs_image) diff --git a/static/soffice_args.js b/static/soffice_args.js index 4db43905aa07..7b214dd6aaf1 100644 --- a/static/soffice_args.js +++ b/static/soffice_args.js @@ -1 +1 @@ -Module['arguments'] = ['/android/default-document/example.odt']; +Module['arguments'] = ['/android/default-document/example2.odt'];