diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-12 13:52:53 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-12 19:29:49 +0200 |
commit | 6185c0d3fdc17d2e02cb9e40ae3bd3e75315f36d (patch) | |
tree | 44c9eddf6006c8f607390f0557529ed919424bd8 /source | |
parent | 37ce48a19c58e36486e71461eed545d5f6e30836 (diff) |
tdf#162607 Remove dup's in hid2file.js,uno:CellVert*
+ Removed bookmarks from hidden ahelp
Change-Id: Iedabdb16caa8b97882e787322bc5731d6bce19fe
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173275
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'source')
-rw-r--r-- | source/text/simpress/guide/table_insert.xhp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/text/simpress/guide/table_insert.xhp b/source/text/simpress/guide/table_insert.xhp index e5b3638543..cda85410e6 100644 --- a/source/text/simpress/guide/table_insert.xhp +++ b/source/text/simpress/guide/table_insert.xhp @@ -45,12 +45,12 @@ Slides</title> <comment>Contextmenu of a table in Impress and Draw</comment><comment>Cell</comment> <bookmark branch="hid/.uno:CellMenu" id="bm_id0916200803192795" localize="false"/> <paragraph role="paragraph" id="par_id0916200803551581"><ahelp hid="." visibility="hidden">Define the vertical alignment of selected or all cell contents. Split or merge cells.</ahelp></paragraph> -<bookmark branch="hid/.uno:CellVertTop" id="bm_id0916200803224438" localize="false"/> -<paragraph role="paragraph" id="par_id0916200803551651"><ahelp hid="." visibility="hidden">The cell contents are align at the top of the cells.</ahelp></paragraph> -<bookmark branch="hid/.uno:CellVertCenter" id="bm_id091620080323379" localize="false"/> -<paragraph role="paragraph" id="par_id0916200803551697"><ahelp hid="." visibility="hidden">The cell contents are aligned vertically centered in the cells.</ahelp></paragraph> -<bookmark branch="hid/.uno:CellVertBottom" id="bm_id0916200803242358" localize="false"/> -<paragraph role="paragraph" id="par_id0916200803551632"><ahelp hid="." visibility="hidden">The cell contents are aligned at the bottom of the cells.</ahelp></paragraph> + +<paragraph role="paragraph" id="par_id0916200803551651"><ahelp hid=".uno:CellVertTop" visibility="hidden">The cell contents are align at the top of the cells.</ahelp></paragraph> + +<paragraph role="paragraph" id="par_id0916200803551697"><ahelp hid=".uno:CellVertCenter" visibility="hidden">The cell contents are aligned vertically centered in the cells.</ahelp></paragraph> + +<paragraph role="paragraph" id="par_id0916200803551632"><ahelp hid=".uno:CellVertBottom" visibility="hidden">The cell contents are aligned at the bottom of the cells.</ahelp></paragraph> <paragraph role="paragraph" id="par_idN10626"><ahelp hid="." visibility="hidden">Selects the current table.</ahelp></paragraph> <comment>Row</comment> |