[Libreoffice-commits] help.git: Branch 'libreoffice-6-2' - help3xsl/links.txt.xsl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Feb 21 05:59:43 UTC 2019


 help3xsl/links.txt.xsl |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 9af370151723302e5df5e413604351ade70a40a9
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Mon Jan 21 11:16:17 2019 -0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Feb 21 06:59:22 2019 +0100

    Update lists of replacement icons in Help
    
    Change-Id: If22d8e1c10875567ccf2aa8c5ab8f50fa6e5124c
    Reviewed-on: https://gerrit.libreoffice.org/66682
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/help3xsl/links.txt.xsl b/help3xsl/links.txt.xsl
index c6f947919..d1608cced 100644
--- a/help3xsl/links.txt.xsl
+++ b/help3xsl/links.txt.xsl
@@ -343,8 +343,6 @@
 <xsl:when test="$src1='cmd/sc_removefilter.png'"><xsl:text>cmd/sc_removefiltersort.png</xsl:text></xsl:when>
 <xsl:when test="$src1='cmd/lc_bulletliststyle.png'"><xsl:text>cmd/lc_defaultbullet.png</xsl:text></xsl:when>
 <xsl:when test="$src1='cmd/sc_bulletliststyle.png'"><xsl:text>cmd/sc_defaultbullet.png</xsl:text></xsl:when>
-<xsl:when test="$src1='cmd/lc_romanliststyle.png'"><xsl:text>cmd/lc_defaultnumbering.png</xsl:text></xsl:when>
-<xsl:when test="$src1='cmd/sc_romanliststyle.png'"><xsl:text>cmd/sc_defaultnumbering.png</xsl:text></xsl:when>
 <xsl:when test="$src1='cmd/lc_defaultparastyle.png'"><xsl:text>cmd/lc_controlcodes.png</xsl:text></xsl:when>
 <xsl:when test="$src1='cmd/sc_defaultparastyle.png'"><xsl:text>cmd/sc_controlcodes.png</xsl:text></xsl:when>
 <xsl:when test="$src1='cmd/lc_leaveallgroups.png'"><xsl:text>cmd/lc_leavegroup.png</xsl:text></xsl:when>
@@ -849,8 +847,8 @@
 <xsl:when test="$src1='desktop/res/info_16.png'"><xsl:text>cmd/sc_helpindex.png</xsl:text></xsl:when>
 <xsl:when test="$src1='desktop/res/lock_16.png'"><xsl:text>cmd/sc_protect.png</xsl:text></xsl:when>
 <xsl:when test="$src1='extensions/res/arrow.png'"><xsl:text>cmd/sc_nextrecord.png</xsl:text></xsl:when>
-<xsl:when test="$src1='extensions/res/buttonminus.png'"><xsl:text>extensions/source/scanner/minus.png</xsl:text></xsl:when>
-<xsl:when test="$src1='extensions/res/buttonplus.png'"><xsl:text>extensions/source/scanner/plus.png</xsl:text></xsl:when>
+<xsl:when test="$src1='extensions/res/buttonminus.png'"><xsl:text>extensions/res/scanner/minus.png</xsl:text></xsl:when>
+<xsl:when test="$src1='extensions/res/buttonplus.png'"><xsl:text>extensions/res/scanner/plus.png</xsl:text></xsl:when>
 <xsl:when test="$src1='formula/res/fapclose.png'"><xsl:text>cmd/sc_open.png</xsl:text></xsl:when>
 <xsl:when test="$src1='formula/res/faperror.png'"><xsl:text>cmd/sc_cancel.png</xsl:text></xsl:when>
 <xsl:when test="$src1='formula/res/fapok.png'"><xsl:text>cmd/sc_ok.png</xsl:text></xsl:when>
@@ -1419,6 +1417,8 @@
 <xsl:when test="$src1='cmd/lc_basicideappear.png'"><xsl:text>cmd/lc_toolsmacroedit.png</xsl:text></xsl:when>
 <xsl:when test="$src1='cmd/sc_macrosmenu.png'"><xsl:text>cmd/sc_choosemacro.png</xsl:text></xsl:when>
 <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:otherwise><xsl:value-of select="$src1"/></xsl:otherwise>
 </xsl:choose>
 </xsl:template>


More information about the Libreoffice-commits mailing list