diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-03-08 08:42:09 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-03-08 12:44:35 +0100 |
commit | 3013fcc8dd2ca6407c6bf17a36a34741d0c9c968 (patch) | |
tree | afb40e279cf611f5f03e05164f237f83940d1a46 /help3xsl | |
parent | 8b9d37bf1bb9bfc21343cbd02f21201c56cf05ca (diff) |
tdf#53524 (compl) Minor tweaks in Help page.
Added ref to icons
minor updates on tags
Change-Id: Ia9812a5928554284a5a2fb5416983888e2437439
Reviewed-on: https://gerrit.libreoffice.org/68915
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/links.txt.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help3xsl/links.txt.xsl b/help3xsl/links.txt.xsl index bc67261676..797cb6e14f 100644 --- a/help3xsl/links.txt.xsl +++ b/help3xsl/links.txt.xsl @@ -589,6 +589,8 @@ <xsl:when test="$src1='cmd/lc_gridvisible.png'"><xsl:text>cmd/lc_grid.png</xsl:text></xsl:when> <xsl:when test="$src1='cmd/sc_gridvisible.png'"><xsl:text>cmd/sc_grid.png</xsl:text></xsl:when> <xsl:when test="$src1='cmd/sc_gridmenu.png'"><xsl:text>cmd/sc_grid.png</xsl:text></xsl:when> +<xsl:when test="$src1='cmd/sc_insertgridcontrol.png'"><xsl:text>cmd/sc_grid.png</xsl:text></xsl:when> +<xsl:when test="$src1='cmd/lc_insertgridcontrol.png'"><xsl:text>cmd/lc_grid.png</xsl:text></xsl:when> <xsl:when test="$src1='cmd/lc_grafattrcrop.png'"><xsl:text>cmd/lc_crop.png</xsl:text></xsl:when> <xsl:when test="$src1='cmd/sc_grafattrcrop.png'"><xsl:text>cmd/sc_crop.png</xsl:text></xsl:when> <xsl:when test="$src1='cmd/lc_rulerrowsvertical.png'"><xsl:text>cmd/lc_extrusiontiltright.png</xsl:text></xsl:when> |