From 27582c091dbed95fb05e92798fb0b53e5a96f2eb Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 23 Jun 2019 21:29:11 +0200 Subject: Remove duplicated HID bookmarks in scalc Also remove a few obsolete bookmarks and fix ahelps Duplicates found with: for i in $(find source/text/scalc -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done Change-Id: I5a6a817065257ebffe7d0ed88f37c67ede86fb41 Reviewed-on: https://gerrit.libreoffice.org/74656 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/02140000.xhp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/text/scalc/01/02140000.xhp') diff --git a/source/text/scalc/01/02140000.xhp b/source/text/scalc/01/02140000.xhp index 8e8d49afaa..475e68ba7e 100644 --- a/source/text/scalc/01/02140000.xhp +++ b/source/text/scalc/01/02140000.xhp @@ -58,7 +58,6 @@ - A list box containing all text found in the current column is displayed. The text is sorted alphabetically and multiple entries are listed only once. -- cgit