| commit | 9fb11584425d692136c3c83d4e02a78432738f6b | [log] |
|---|---|---|
| author | Maxim Monastirsky <momonasmon@gmail.com> | Thu Jan 28 11:06:35 2021 +0200 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Jan 28 17:55:27 2021 +0100 |
| tree | 83a2521dbd125d0a07208a4f9944ece6cf8acfab | |
| parent | af8ec08e70767c6e8b5a4ba19b4ebab56f59cc8d [diff] |
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 <momonasmon@gmail.com> (cherry picked from commit ed28902e2d2b8929617c92226be985e322147569) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110062 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/solenv/bin/uiimagelist.xsl b/solenv/bin/uiimagelist.xsl index 3d14f8d..659d3b9 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>