summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-02-27 17:43:57 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-02-27 21:56:39 +0100
commit3b685b808679c01eb3cb49675d5d7a4d89171172 (patch)
tree7bee8c7657cd808ee4e3c284e278a464f168f75f
parenttdf#117890 Remove unhelpful screenshots (1/2) (diff)
downloadhelp-3b685b808679c01eb3cb49675d5d7a4d89171172.tar.gz
help-3b685b808679c01eb3cb49675d5d7a4d89171172.zip
Update list of missin icon replacements
Change-Id: I193c10fa8c75f61fbcd749284f81e69f5f4ad603 Reviewed-on: https://gerrit.libreoffice.org/68464 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--help3xsl/links.txt.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/help3xsl/links.txt.xsl b/help3xsl/links.txt.xsl
index bfa0f92ddd..bc67261676 100644
--- a/help3xsl/links.txt.xsl
+++ b/help3xsl/links.txt.xsl
@@ -1421,6 +1421,12 @@
<xsl:when test="$src1='cmd/sc_basicideappear.png'"><xsl:text>cmd/sc_toolsmacroedit.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/lc_donation.png'"><xsl:text>cmd/lc_currencyfield.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/sc_donation.png'"><xsl:text>cmd/sc_currencyfield.png</xsl:text></xsl:when>
+<xsl:when test="$src1='cmd/lc_redactedexportblack.png'"><xsl:text>cmd/lc_exportdirecttopdf.png</xsl:text></xsl:when>
+<xsl:when test="$src1='cmd/sc_redactedexportblack.png'"><xsl:text>cmd/sc_exportdirecttopdf.png</xsl:text></xsl:when>
+<xsl:when test="$src1='cmd/32/redactedexportblack.png'"><xsl:text>cmd/32/exportdirecttopdf.png</xsl:text></xsl:when>
+<xsl:when test="$src1='cmd/lc_redactedexportwhite.png'"><xsl:text>cmd/lc_exportdirecttopdf.png</xsl:text></xsl:when>
+<xsl:when test="$src1='cmd/sc_redactedexportwhite.png'"><xsl:text>cmd/sc_exportdirecttopdf.png</xsl:text></xsl:when>
+<xsl:when test="$src1='cmd/32/redactedexportwhite.png'"><xsl:text>cmd/32/exportdirecttopdf.png</xsl:text></xsl:when>
<xsl:otherwise><xsl:value-of select="$src1"/></xsl:otherwise>
</xsl:choose>
</xsl:template>