help3xsl/links.txt.xsl | 2 ++ source/text/sbasic/shared/02/20000000.xhp | 15 ++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-)
New commits: commit 3013fcc8dd2ca6407c6bf17a36a34741d0c9c968 Author: Olivier Hallot <[email protected]> AuthorDate: Fri Mar 8 08:42:09 2019 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Fri Mar 8 12:44:35 2019 +0100 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 <[email protected]> diff --git a/help3xsl/links.txt.xsl b/help3xsl/links.txt.xsl index bc6726167..797cb6e14 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 f452bbf96..0798914bc 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
