diff options
author | Daniel Arato (NISZ) <arato.daniel@nisz.hu> | 2020-08-31 12:48:07 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2020-09-03 18:34:55 +0200 |
commit | 07dcb0dab759d4ab535d99c0e6d326959906b87e (patch) | |
tree | 3149eb49ab6cfbd2bd30dbf2ae446ba32ebdcaf2 /odk/Package_html.mk | |
parent | 3e2a3c8e3f3930a4f84274d36023bdb506a714c3 (diff) |
tdf#131537 DOCX export: fix OLE "Display as icon"
for example to avoid converting OLE icons of an ODF document
to an icon-size embedded spreadsheet.
When creating a new OLE object in Writer the user has an option called
"Display as icon" which causes the actual contents of the OLE to be
hidden when rendered in the document. This setting, referred to
internally as the DrawAspect of the object, was imported fine, but when
exported to a .docx it always had the value "Content" (corresponding to
"Display as icon" being unchecked). Now OLE objects with "Display as
icon" checked are saved with DrawAspect="Icon".
A grab bag entry was previously used to let the DrawAspect setting flow
through Writer from OOXML import to export. Now this workaround is no
longer needed and is removed by the present commit.
Change-Id: I46ea4fc95a26bcd1f85e19a506c0965f73d4257a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101711
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'odk/Package_html.mk')
0 files changed, 0 insertions, 0 deletions