diff options
author | Dietrich Schulten <ds@escalon.de> | 2022-06-10 09:42:03 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-06-11 21:53:46 +0200 |
commit | b54a984fc6467e74ef705162c7f112aa87e8ce4e (patch) | |
tree | 70f87bf45f7a474dcf7158590ba9a218819730c5 /source | |
parent | 83dec270ee92a5ce444f0c26882afb41429562d6 (diff) |
Relates tdf#36466 - Update help about copying visible cells only
Change-Id: Ia33f942232b73aaad53bb34a5e02b4c457a0d8bc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135541
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 2f46574a53e1d22e302dc343218ea3ed1ba610b8)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135644
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/guide/cellcopy.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/guide/cellcopy.xhp b/source/text/scalc/guide/cellcopy.xhp index 0e1a78d5de..23d1a612d0 100644 --- a/source/text/scalc/guide/cellcopy.xhp +++ b/source/text/scalc/guide/cellcopy.xhp @@ -65,7 +65,7 @@ <paragraph xml-lang="en-US" id="par_id3152990" role="tablecontent">Copy, delete, move, or format a selection of currently visible cells.</paragraph> </tablecell> <tablecell> - <paragraph xml-lang="en-US" id="par_id3154371" role="tablecontent">All cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted.</paragraph> + <paragraph xml-lang="en-US" id="par_id3154371" role="tablecontent">By default, all cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted. Restrict the selection to visible rows choosing <menuitem>Edit - Select - Select Visible Rows Only</menuitem> or to visible columns choosing <menuitem>Edit - Select - Select Visible Columns Only</menuitem>.</paragraph> </tablecell> </tablerow> </table> |