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 | |
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>
-rw-r--r-- | help3xsl/links.txt.xsl | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/02/20000000.xhp | 15 |
2 files changed, 10 insertions, 7 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> diff --git a/source/text/sbasic/shared/02/20000000.xhp b/source/text/sbasic/shared/02/20000000.xhp index f452bbf96e..0798914bc4 100644 --- a/source/text/sbasic/shared/02/20000000.xhp +++ b/source/text/sbasic/shared/02/20000000.xhp @@ -476,17 +476,18 @@ </tablecell> </tablerow> </table> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertGridControl" id="bm_id1552784" localize="false"/><paragraph role="heading" id="hd_id11904" xml-lang="en-US" level="2" l10n="NEW">Table Control</paragraph> +<bookmark xml-lang="en-US" branch="hid/.uno:InsertGridControl" id="bm_id1552784" localize="false"/> +<h2 id="hd_id11904">Table Control</h2> <table id=""> <tablerow> -<tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id7511524" xml-lang="en-US" l10n="NEW"> -<image id="Graphic2" src="cmd/sc_insertgridcontrol.png" width="0.1665inch" height="0.1665inch"><alt id="alt_" xml-lang="en-US">Table control icon</alt> - </image></paragraph> +<tablecell> +<paragraph role="paragraph" id="par_id7511524"> +<image id="Graphic3" src="cmd/sc_insertgridcontrol.png" width="0.1665inch" height="0.1665inch"><alt id="alt_" xml-lang="en-US">Table control icon</alt></image></paragraph> </tablecell> -<tablecell colspan="" rowspan=""> +<tablecell> <paragraph role="paragraph" id="par_id9961854" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Adds a table control that can show a table data. You can populate the data by your program, using API calls.</ahelp></paragraph> </tablecell> </tablerow> -</table></body> +</table> +</body> </helpdocument> |