diff options
author | Ross Johnson <ross.johnson@homemail.com.au> | 2021-09-22 20:32:11 +1000 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-10-01 12:46:18 +0200 |
commit | 0b9b6542a8432d8a7bb3fc8185c0937dff0329bd (patch) | |
tree | 87d7d7c336b2239c6a1b8264ce321ca8fc788ad6 /helpers | |
parent | 2d9ad5a39e416c967af625426572b68498d3c68b (diff) |
tdf#33749 - revised help text for merge and split in Calc
The earlier change (reverted) overlooked the difference between
"Merge Cells" and "Merge and Center Cells", leaving users without
adequate means to merge cells while retaining text alignment. This
patch restores previous usability and moves forward to resolve the
issues raised in this bug report.
Reverted the two changes from earlier work on tdf#33749:
1) Cell context menu back to 7.2
2) Format - Merge Cells menu back to 7.2
3) Help pages to reflect that
Moving forward with the following changes:
1) Rename "Split Cells" to "Unmerge Cells" (Calc only)
2) Add "Merge Cells" and "Unmerge Cells" to the Formatting toolbar alongside
"Merge and Center Cells".
3) Re-label the Format - Merge Cells menu to Format - Merge and Unmerge Cells.
4) Help pages to reflect core including fixing the duplicate entry in the
built help/hid2file.js by consolidating the relevant Calc and Writer
help pages together to remove the duplicate bookmark hid branch value.
Removed the module specific version.
5) Removed duplicate entry from helpers/unocmds.txt.
Change-Id: Ica50f507eea74acd430bef3042fb9739d1cff7b2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122810
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/unocmds.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/unocmds.txt b/helpers/unocmds.txt index 0552d7f7c2..66fda9a18f 100644 --- a/helpers/unocmds.txt +++ b/helpers/unocmds.txt @@ -660,7 +660,7 @@ .uno:MeasureAttributes;simpress/01/05150000.xhp .uno:MeasureLine;simpress/02/10120000.xhp .uno:Merge;simpress/01/13180100.xhp -.uno:MergeCells;swriter/01/05100100.xhp +.uno:MergeCells;shared/01/05100100.xhp .uno:MergeDialog;swriter/01/01150000.xhp .uno:MergeDocuments;shared/01/02230500.xhp .uno:MergeTable;swriter/01/05200000.xhp @@ -946,7 +946,7 @@ .uno:Spelling;shared/01/06010000.xhp .uno:Sphere;simpress/02/10090000.xhp .uno:SpinButton;shared/02/01170000.xhp -.uno:SplitCell;swriter/01/05100200.xhp +.uno:SplitCell;shared/01/05100200.xhp .uno:SplitTable;swriter/01/05190000.xhp .uno:SplitWindow;scalc/01/07080000.xhp .uno:Square;simpress/02/10060000.xhp |