diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2018-03-01 01:23:17 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-03-01 07:12:56 +0100 |
commit | ee2959a1d9802f8c6b5cc8827696d0b22b64b0ac (patch) | |
tree | e8aa33643bfb8037e8f615d1cea2f85a8eb8be4a | |
parent | f485d9ae82105c6286b5382de299a2170de85951 (diff) |
The Insert Table command is in the Table menu nowadays
Change-Id: I52424c00736d1fec6b446634794482b8c91f3741
Reviewed-on: https://gerrit.libreoffice.org/50548
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
-rw-r--r-- | source/text/swriter/guide/calculate_intable.xhp | 4 | ||||
-rw-r--r-- | source/text/swriter/guide/table_insert.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/guide/table_repeat_multiple_headers.xhp | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/source/text/swriter/guide/calculate_intable.xhp b/source/text/swriter/guide/calculate_intable.xhp index 28ffd5b28d..9b3d77b11b 100644 --- a/source/text/swriter/guide/calculate_intable.xhp +++ b/source/text/swriter/guide/calculate_intable.xhp @@ -38,7 +38,7 @@ </variable></paragraph> <list type="ordered"> <listitem> - <paragraph xml-lang="en-US" id="par_id3154243" role="listitem">Choose <emph>Insert - Table</emph>, and insert a table with one column and more than one row into a text document.</paragraph> + <paragraph xml-lang="en-US" id="par_id3154243" role="listitem">Choose <emph>Table - Insert Table</emph>, and insert a table with one column and more than one row into a text document.</paragraph> </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id3154203" role="listitem">Type a number in each cell of the column, but leave the last cell in the column empty.</paragraph> @@ -63,4 +63,4 @@ <embed href="text/swriter/guide/calculate_clipboard.xhp#calculate_clipboard"/> <embed href="text/swriter/guide/calculate_multitable.xhp#calculate_multitable"/> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> diff --git a/source/text/swriter/guide/table_insert.xhp b/source/text/swriter/guide/table_insert.xhp index 2a1b207a7a..4631a1f1d5 100644 --- a/source/text/swriter/guide/table_insert.xhp +++ b/source/text/swriter/guide/table_insert.xhp @@ -57,7 +57,7 @@ <paragraph xml-lang="en-US" id="par_id3149642" role="listitem">Place the cursor in your document where you want to insert the table.</paragraph> </listitem> <listitem> - <paragraph xml-lang="en-US" id="par_id3149609" role="listitem">Choose <emph>Table - Insert - Table</emph>. </paragraph> + <paragraph xml-lang="en-US" id="par_id3149609" role="listitem">Choose <emph>Table - Insert Table</emph>. </paragraph> </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id3149858" role="listitem">In the <emph>Size</emph> area, enter the number of rows and columns.</paragraph> diff --git a/source/text/swriter/guide/table_repeat_multiple_headers.xhp b/source/text/swriter/guide/table_repeat_multiple_headers.xhp index 7818ce526c..e3e30c0a84 100644 --- a/source/text/swriter/guide/table_repeat_multiple_headers.xhp +++ b/source/text/swriter/guide/table_repeat_multiple_headers.xhp @@ -41,10 +41,10 @@ <list type="ordered"> <listitem> - <paragraph id="par_id3145098" role="listitem" xml-lang="en-US">Choose <emph>Table - Insert - Table</emph>.</paragraph> + <paragraph id="par_id3145098" role="listitem" xml-lang="en-US">Choose <emph>Table - Insert Table</emph>.</paragraph> </listitem> <listitem> - <paragraph id="par_id3156240" role="listitem" xml-lang="en-US">Select the <item type="menuitem">Heading</item> and the <item type="menuitem">Repeat heading</item> check boxes.</paragraph> + <paragraph id="par_id3156240" role="listitem" xml-lang="en-US">Select the <item type="menuitem">Heading</item> and the <item type="menuitem">Repeat heading rows on new pages</item> check boxes.</paragraph> </listitem> <listitem> <paragraph id="par_id3153376" role="listitem" xml-lang="en-US">Select the number of rows and columns for the table.</paragraph> @@ -58,4 +58,4 @@ <embed href="text/swriter/guide/table_sizing.xhp#table_sizing"/> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |