diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2019-06-23 21:29:11 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-06-25 04:30:47 +0200 |
commit | 27582c091dbed95fb05e92798fb0b53e5a96f2eb (patch) | |
tree | 0935a33a91eb40316cd73877623c48faa9e2a56d /source/text/scalc/01/02140000.xhp | |
parent | 7878aeafcb0d65c65d0413ab9eeb74fc7d72b4a0 (diff) |
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 <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/01/02140000.xhp')
-rw-r--r-- | source/text/scalc/01/02140000.xhp | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ </listitem> <listitem> <bookmark xml-lang="en-US" branch="hid/.uno:DataSelect" id="bm_id4369249" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:DataSelect" id="bm_id3155810" localize="false"/> <paragraph xml-lang="en-US" id="par_id3156450" role="listitem"><ahelp hid=".uno:DataSelect">A list box containing all text found in the current column is displayed.</ahelp> The text is sorted alphabetically and multiple entries are listed only once.</paragraph> </listitem> <listitem> |