diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2017-01-18 00:14:16 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-01-18 08:57:29 +0000 |
commit | 5d48c8a116679e077ce042df83fef5817cf716ea (patch) | |
tree | d43696345aac5289c371c659a2a7f3310007be5d | |
parent | 7fff88fe023d8da63708134138cf263a2314b68c (diff) |
Fix bookmarks and ahelps on the 'Insert Row/Column' page
Change-Id: Id7f5a4c9ab804d8a8563382305136b0456302f18
Reviewed-on: https://gerrit.libreoffice.org/33241
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
-rw-r--r-- | source/text/swriter/01/05120400.xhp | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/source/text/swriter/01/05120400.xhp b/source/text/swriter/01/05120400.xhp index 31b252f5d0..386f1a322f 100644 --- a/source/text/swriter/01/05120400.xhp +++ b/source/text/swriter/01/05120400.xhp @@ -30,29 +30,27 @@ </history> </meta> <body> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertRowDialog" id="bm_id4780320" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:InsertRowDialog" id="bm_id3149871" localize="false"/> <paragraph role="paragraph" id="par_idN1058C" xml-lang="en-US" l10n="NEW"><ahelp hid="." visibility="hidden">Inserts a row into the table.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertColumnDialog" id="bm_id6403933" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:InsertColumnDialog" id="bm_id3149874" localize="false"/> <paragraph role="paragraph" id="par_idN105A7" xml-lang="en-US" l10n="NEW"><ahelp hid="." visibility="hidden">Inserts a column into the table.</ahelp></paragraph> -<!-- removed HID SW:MODALDIALOG:DLG_INS_ROW_COL --> <paragraph role="heading" id="hd_id3148489" xml-lang="en-US" level="1" l10n="U" oldref="1">Insert Columns/Rows</paragraph> -<paragraph role="paragraph" id="par_id3151241" xml-lang="en-US" l10n="U" oldref="2"><variable id="einfuegentext"><ahelp hid="SW:MODALDIALOG:DLG_INS_ROW_COL">Inserts a row or column into the table.</ahelp> This command is only available when the cursor is in a table. +<paragraph role="paragraph" id="par_id3151241" xml-lang="en-US" l10n="U" oldref="2"><variable id="einfuegentext">Inserts a row or column into the table. This command is only available when the cursor is in a table. </variable></paragraph> <section id="howtoget"> <embed href="text/swriter/00/00000405.xhp#einfgens"/> </section> -<!-- removed HID SW:NUMERICFIELD:DLG_INS_ROW_COL:ED_COUNT --> +<bookmark xml-lang="en-US" branch="hid/cui/ui/insertrowcolumn/insert_number" id="bm_id3156311" localize="false"/> <paragraph role="heading" id="hd_id3083447" xml-lang="en-US" level="2" l10n="U" oldref="3">Insert</paragraph> -<paragraph role="paragraph" id="par_id3155626" xml-lang="en-US" l10n="U" oldref="5"><ahelp hid="SW:NUMERICFIELD:DLG_INS_ROW_COL:ED_COUNT">Enter the number of columns or rows that you want.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150015" xml-lang="en-US" level="3">Number</paragraph> +<paragraph role="paragraph" id="par_id3155626" xml-lang="en-US" l10n="U" oldref="5"><ahelp hid="cui/ui/insertrowcolumn/insert_number">Enter the number of columns or rows that you want.</ahelp></paragraph> <paragraph role="heading" id="hd_id3145829" xml-lang="en-US" level="2" l10n="U" oldref="6">Position</paragraph> <paragraph role="paragraph" id="par_id3154504" xml-lang="en-US" l10n="U" oldref="11">Specifies where to insert the columns or rows.</paragraph> -<!-- removed HID SW:RADIOBUTTON:DLG_INS_ROW_COL:CB_POS_BEFORE --> +<bookmark xml-lang="en-US" branch="hid/cui/ui/insertrowcolumn/insert_before" id="bm_id3156312" localize="false"/> <paragraph role="heading" id="hd_id3150015" xml-lang="en-US" level="3" l10n="U" oldref="7">Before</paragraph> -<paragraph role="paragraph" id="par_id3150564" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SW:RADIOBUTTON:DLG_INS_ROW_COL:CB_POS_BEFORE">Adds new columns to the left of the current column, or adds new rows above the current row.</ahelp></paragraph> -<!-- removed HID SW:RADIOBUTTON:DLG_INS_ROW_COL:CB_POS_AFTER --> +<paragraph role="paragraph" id="par_id3150564" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="cui/ui/insertrowcolumn/insert_before">Adds new columns to the left of the current column, or adds new rows above the current row.</ahelp></paragraph> +<bookmark xml-lang="en-US" branch="hid/cui/ui/insertrowcolumn/insert_after" id="bm_id3156313" localize="false"/> <paragraph role="heading" id="hd_id3149024" xml-lang="en-US" level="3" l10n="U" oldref="9">After</paragraph> -<paragraph role="paragraph" id="par_id3153718" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="SW:RADIOBUTTON:DLG_INS_ROW_COL:CB_POS_AFTER">Adds new columns to the right of the current column, or adds new rows below the current row.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3153718" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="cui/ui/insertrowcolumn/insert_after">Adds new columns to the right of the current column, or adds new rows below the current row.</ahelp></paragraph> </body> </helpdocument> |