static/CustomTarget_emscripten_fs_image.mk | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 398557aa835e43d0df1058c14802fdeae70b261a Author: Caolán McNamara <[email protected]> AuthorDate: Tue Dec 12 12:57:15 2023 +0000 Commit: Xisco Fauli <[email protected]> CommitDate: Fri Dec 15 09:01:23 2023 +0100 wasm: include missing custom shape presets without which docx import of shapes generally doesn't work Change-Id: Ie7921ad3fa9759d2914abe5b0c694fcf3b443b61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160587 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> (cherry picked from commit 4571e1625f7aaa63cde04a2a8a608abba0f45532) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160642 Reviewed-by: Xisco Fauli <[email protected]> diff --git a/static/CustomTarget_emscripten_fs_image.mk b/static/CustomTarget_emscripten_fs_image.mk index 3be31b57fc40..dd2dcc5d6535 100644 --- a/static/CustomTarget_emscripten_fs_image.mk +++ b/static/CustomTarget_emscripten_fs_image.mk @@ -274,6 +274,9 @@ gb_emscripten_fs_image_files := \ $(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/fps/ui/explorerfiledialog.ui \ $(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/fps/ui/foldernamedialog.ui \ $(INSTROOT)/$(LIBO_SHARE_FOLDER)/config/soffice.cfg/fps/ui/remotefilesdialog.ui \ + $(INSTROOT)/$(LIBO_SHARE_FOLDER)/filter/oox-drawingml-adj-names \ + $(INSTROOT)/$(LIBO_SHARE_FOLDER)/filter/oox-drawingml-cs-presets \ + $(INSTROOT)/$(LIBO_SHARE_FOLDER)/filter/vml-shape-types \ ifneq ($(ENABLE_WASM_STRIP_WRITER),TRUE) gb_emscripten_fs_image_files += \
