diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-01 19:34:13 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-01 23:37:44 +0100 |
commit | e9c55114ec5e5c1b106b4dbc9c4521d6de838664 (patch) | |
tree | fb4897c00e2a20800aa3b4fa0c905350a625b7c4 /Package_html_media.mk | |
parent | 9bcd8ffcc1c7749ef0144aab2ca6b5c6ca81c5a5 (diff) |
Use svg for equations images in Calc
Change-Id: Ibd355af31b69272badfc985aff4376576d987ce5
Reviewed-on: https://gerrit.libreoffice.org/84173
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_media.mk')
-rw-r--r-- | Package_html_media.mk | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Package_html_media.mk b/Package_html_media.mk index a9a4625fdf..d942f68852 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -80,12 +80,16 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE helpimg/sc_PivotChartButtons.png \ helpimg/sc_data_form01.png \ helpimg/sc_cell_with_comment_displayed.png \ - helpimg/sc_func_imcot.png \ - helpimg/sc_func_imcsc.png \ - helpimg/sc_func_imcsch.png \ - helpimg/sc_func_imsec.png \ - helpimg/sc_func_imsech.png \ - helpimg/sc_func_imtan.png \ + helpimg/sc_func_imcos.svg \ + helpimg/sc_func_imcosh.svg \ + helpimg/sc_func_imcot.svg \ + helpimg/sc_func_imsin.svg \ + helpimg/sc_func_imsinh.svg \ + helpimg/sc_func_imcsc.svg \ + helpimg/sc_func_imcsch.svg \ + helpimg/sc_func_imsec.svg \ + helpimg/sc_func_imsech.svg \ + helpimg/sc_func_imtan.svg \ helpimg/sc_func_opt01.svg \ helpimg/sd_drawing_with_comment.png \ helpimg/sd_PresenterConsole01.png \ |