diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-27 14:36:44 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-28 00:43:29 +0200 |
commit | 06c14b098142b850d088ecbcf7a57fbd68770154 (patch) | |
tree | 0c302ad5ecb1aaa0d034aa90208179a09b2ff2c4 | |
parent | d1aa4440126530425550bf6e37930861413b99cd (diff) |
tdf#155875 UI cmds Writer/Table in Help(43)
+ refactoring
+ Table - Properties (fixes, remove ambiguous target)
Change-Id: I2f4fda400c88bb9d6cc75aa9981617c2dedfbb7e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157340
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/simpress/01/05090000m.xhp | 1 | ||||
-rw-r--r-- | source/text/swriter/01/05090000.xhp | 15 |
2 files changed, 8 insertions, 8 deletions
diff --git a/source/text/simpress/01/05090000m.xhp b/source/text/simpress/01/05090000m.xhp index 67a65b0ee0..a7dac57ad1 100644 --- a/source/text/simpress/01/05090000m.xhp +++ b/source/text/simpress/01/05090000m.xhp @@ -27,7 +27,6 @@ </topic> </meta> <body> -<bookmark xml-lang="en-US" branch="hid/.uno:TableDialog" id="bm_id0916200801490993" localize="false"/> <h1 id="hd_id3147172">Format Cells</h1> <paragraph role="paragraph" id="par_id3154643" xml-lang="en-US"><variable id="tabelletext"><ahelp hid=".">Specifies the properties of the selected table, for example, fonts, font effects, borders, and background.</ahelp> </variable></paragraph> diff --git a/source/text/swriter/01/05090000.xhp b/source/text/swriter/01/05090000.xhp index 3b914fed81..19a81449b6 100644 --- a/source/text/swriter/01/05090000.xhp +++ b/source/text/swriter/01/05090000.xhp @@ -20,26 +20,27 @@ <meta> <topic id="textswriter0105090000xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Table Properties</title> +<title id="tit">Table Properties</title> <filename>/text/swriter/01/05090000.xhp</filename> </topic> </meta> <body> <section id="table_properties"> -<bookmark xml-lang="en-US" branch="hid/.uno:TableDialog" id="bm_id6845912" localize="false"/> +<bookmark branch="hid/.uno:TableDialog" id="bm_id6845912" localize="false"/> +<bookmark branch="index" id="bm_id581695836138423"> + <bookmark_value>table;properties</bookmark_value> +</bookmark> <h1 id="hd_id3147172"><link href="text/swriter/01/05090000.xhp">Table Properties</link></h1> -<paragraph role="paragraph" id="par_id3154643" xml-lang="en-US"><variable id="tabletext"><ahelp hid=".uno:TableDialog">Specifies the properties of the selected table, for example, name, alignment, spacing, column width, borders, and background.</ahelp> -</variable></paragraph> +<paragraph role="paragraph" id="par_id3154643"><variable id="tabletext"><ahelp hid=".uno:TableDialog">Specifies the properties of the selected table, for example, name, alignment, spacing, column width, borders, and background.</ahelp></variable></paragraph> </section> - <section id="howtoget"> +<section id="howtoget"> <embed href="text/swriter/00/table_menu.xhp#table_properties"/> </section> <embed href="text/swriter/01/05090100.xhp#table"/> <embed href="text/swriter/01/05090300.xhp#text_flow"/> <embed href="text/swriter/01/05090200.xhp#columns"/> <embed href="text/shared/01/05030500.xhp#borders"/> -<h1 id="hd_id891656584151327"><link href="text/shared/01/05210100.xhp"> -Background</link></h1> +<h2 id="hd_id891656584151327"><link href="text/shared/01/05210100.xhp">Background</link></h2> <paragraph role="paragraph" id="par_id561656584332142">Set or remove color or image background for selected cells, rows, or table.</paragraph> <embed href="text/shared/00/00000001.xhp#reset"/> </body> |