diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-10-10 09:28:11 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-10-10 14:34:20 +0200 |
commit | 44ae617cb4f7eaae3eb4b06f5a61fdb1f751e061 (patch) | |
tree | d8ef02f91ead3465ff449b76c3f014c4f3a555c8 /source/text/shared | |
parent | 3f8c722ac252de3078e0137501e8fdaecc888c91 (diff) |
Update list of conversion filters Help page
Change-Id: I04ada8ae7d8776fad8569ec655d09667c36d986e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141157
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/guide/convertfilters.xhp | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/source/text/shared/guide/convertfilters.xhp b/source/text/shared/guide/convertfilters.xhp index c7008777ca..a599646e1b 100644 --- a/source/text/shared/guide/convertfilters.xhp +++ b/source/text/shared/guide/convertfilters.xhp @@ -1745,7 +1745,18 @@ <paragraph role="table_font_small paragraph" id="APIName_writer_svg_Export" localize="false">"writer_svg_Export"</paragraph> </tablecell> <tablecell> - <paragraph role="table_font_small paragraph" id="MediaType_writer_svg_Export" localize="false">image/svg+xml (svg svgz)</paragraph> + <paragraph role="table_font_small paragraph" id="MediaType_writer_svg_Export" localize="false">image/svg+xml (svg)</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph role="table_font_small paragraph" id="FilterName_writer_webp_Export">WEBP - WebP Image</paragraph> + </tablecell> + <tablecell> + <paragraph role="table_font_small paragraph" id="APIName_writer_webp_Export" localize="false">"writer_webp_Export"</paragraph> + </tablecell> + <tablecell> + <paragraph role="table_font_small paragraph" id="MediaType_writer_webp_Export" localize="false">image/webp (webp)</paragraph> </tablecell> </tablerow> </table> |