solenv/bin/uiimagelist.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ed28902e2d2b8929617c92226be985e322147569 Author: Maxim Monastirsky <momonas...@gmail.com> AuthorDate: Thu Jan 28 11:06:35 2021 +0200 Commit: Maxim Monastirsky <momonas...@gmail.com> CommitDate: Thu Jan 28 12:04:34 2021 +0100 tdf#139781 Handle also "icon-name" property name Change-Id: Iaf2c8521588bdf58daa3166b1efa27979eca2e1b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110048 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonas...@gmail.com> diff --git a/solenv/bin/uiimagelist.xsl b/solenv/bin/uiimagelist.xsl index 3d14f8d31dc4..659d3b943ae1 100644 --- a/solenv/bin/uiimagelist.xsl +++ b/solenv/bin/uiimagelist.xsl @@ -17,7 +17,7 @@ <xsl:template match="@*|text()|processing-instruction()|comment()"/> - <xsl:template match="property[@name='icon_name'] | property[@name='pixbuf']"> + <xsl:template match="property[@name='icon_name'] | property[@name='icon-name'] | property[@name='pixbuf']"> <xsl:variable name="inpath" select="normalize-space(.)"/> <xsl:variable name="outpath"> <xsl:choose> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits