diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-08-27 02:18:24 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-08-27 15:25:13 +0200 |
commit | 8e447138612f8e266c8a997813f9f673efa4ebb1 (patch) | |
tree | d26ec9eb5a38e94211fbc09ca1ccea4d179266e8 /AllLangHelp_scalc.mk | |
parent | 230ace24c9acaf135c5748cdda76e7bdfa0a3eda (diff) |
Create help page about how to Remove Duplicates in Calc
This patch creates a new "guide" page on how to remove Duplicate values in Calc.
This is a question I see being frequently asked in forums and I could not find any entry in the Help that explained how this can be done.
Change-Id: I6e115739752fdc1f5aa35cf45f041655b3e614be
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121067
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_scalc.mk')
-rw-r--r-- | AllLangHelp_scalc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 5f217c7f66..57f5aa446b 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -387,6 +387,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/guide/print_title_row \ helpcontent2/source/text/scalc/guide/printranges \ helpcontent2/source/text/scalc/guide/relativ_absolut_ref \ + helpcontent2/source/text/scalc/guide/remove_duplicates \ helpcontent2/source/text/scalc/guide/rename_table \ helpcontent2/source/text/scalc/guide/rounding_numbers \ helpcontent2/source/text/scalc/guide/row_height \ |