static/CustomTarget_emscripten_fs_image.mk | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit f597efe24d47d7cd1aea626c776624068b6ed44c Author: Caolán McNamara <[email protected]> AuthorDate: Tue Dec 12 12:57:15 2023 +0000 Commit: Andras Timar <[email protected]> CommitDate: Tue Dec 12 16:05:28 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/+/160618 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/static/CustomTarget_emscripten_fs_image.mk b/static/CustomTarget_emscripten_fs_image.mk index 35b4e0ff7142..794fe0b14044 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 += \
