From e9c55114ec5e5c1b106b4dbc9c4521d6de838664 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sun, 1 Dec 2019 19:34:13 -0300 Subject: Use svg for equations images in Calc Change-Id: Ibd355af31b69272badfc985aff4376576d987ce5 Reviewed-on: https://gerrit.libreoffice.org/84173 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- Package_html_media.mk | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'Package_html_media.mk') 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 \ -- cgit