https://bugs.documentfoundation.org/show_bug.cgi?id=158492
Gabor Kelemen (allotropia) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTABUG --- Comment #1 from Gabor Kelemen (allotropia) <[email protected]> --- It' not unused, these are images used by the local help. >From Repository.mk: $(if $(ENABLE_HTMLHELP),\ helpcontent2_html_dynamic \ helpcontent2_html_media \ helpcontent2_html_icon-themes \ helpcontent2_html_static \ and in helpcontent2/Package_html_media.mk lists the images/example files. Grepping for their name shows that these are referenced from help files, for example: gabor@voldemort:~/src/core/helpcontent2$ git grep files/scalc/conditionalformatting.ods Package_html_media.mk: files/scalc/conditionalformatting.ods \ source/text/scalc/06/calcsamplefiles.xhp: <paragraph role="paragraph" id="par_id591563765191143" localize="false"><object data="media/files/scalc/conditionalformatting.ods" id="ods_id61521525603534" type="application/vnd.oasis.opendocument.spreadsheet" /></paragraph> gabor@voldemort:~/src/core/helpcontent2$ git grep what-if.png Package_html_media.mk: helpimg/what-if.png \ source/text/scalc/guide/multioperation.xhp:<image id="img_id1621753" src="media/helpimg/what-if.png"><alt id="alt_id1621753" xml-lang="en-US">what-if sheet area</alt></image></paragraph> gabor@voldemort:~/src/core/helpcontent2$ git grep swh00179.png Package_html_media.mk: helpimg/swh00179.png \ source/text/shared/guide/tabs.xhp:<image id="img_id3153192" src="media/helpimg/swh00179.png" width="0.2228inch" height="0.2228inch"><alt id="alt_id3153192" xml-lang="en-US">Icon</alt> -- You are receiving this mail because: You are the assignee for the bug.
