From 815ce1be85e4bd8e77ccbed66ec5d482863f4caa Mon Sep 17 00:00:00 2001 From: Sahil Gautam Date: Mon, 25 Nov 2024 18:22:33 +0530 Subject: tdf#85976 update help page for 'Handle Duplicate Records' dialog + use row/column instead of record to make it easier to understand + use field instead of record to describe the treeview entries in the 'Compare by' section as that's a more technically correct term. https://bugs.documentfoundation.org/show_bug.cgi?id=85976#c84 Change-Id: I05f2280a94507528a595436d2a8a52c6ed574d9e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/177261 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/00/00000412.xhp | 2 +- source/text/scalc/01/HandleDuplicateRecords.xhp | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/text/scalc/00/00000412.xhp b/source/text/scalc/00/00000412.xhp index 10d214d08f..4f04fda696 100644 --- a/source/text/scalc/00/00000412.xhp +++ b/source/text/scalc/00/00000412.xhp @@ -105,7 +105,7 @@
- Choose Data - Duplicate Records.... + Choose Data - Duplicates....
diff --git a/source/text/scalc/01/HandleDuplicateRecords.xhp b/source/text/scalc/01/HandleDuplicateRecords.xhp index c3bf8bad83..f53aa65ef0 100644 --- a/source/text/scalc/01/HandleDuplicateRecords.xhp +++ b/source/text/scalc/01/HandleDuplicateRecords.xhp @@ -28,16 +28,16 @@

Handle Duplicate Records

- Selects or Removes the duplicate records from the selection. The duplicate records dialog has various options. + Selects or removes the duplicate rows or columns from the selection. The duplicate records dialog has various options.
- Orientation: to specify whether to operate on rows or columns. - Header: to specify if the selected data includes table headers. If checked, then the table headers (the first row or column) will be ignored. - Items: shows the headers for the selected records. If "data includes headers" checkbox is checked, then it contains the headers of the records, else it's either the row number or the column name depending on the orientation. The user can select/unselect the records to be compared. In the column header, it contains a checkbox to toggle state for all the records in the treeview. - Action: to specify whether to select or remove the duplicate records out of the checked records in Items. + Compare: specifies whether to compare rows or columns. + Header: specifies if the selected data includes table headers. If checked, the table headers (the first row or column) are ignored. + Compare by: specifies which fields to compare (and which to ignore) when determining whether two rows or columns are duplicates or not. + Action: specifies whether to select or remove the duplicate rows or columns.
-- cgit