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/06030200.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/06030200.xhp')
-rw-r--r-- | source/text/scalc/01/06030200.xhp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/text/scalc/01/06030200.xhp b/source/text/scalc/01/06030200.xhp index e78c5fa9ed..89ca28cd52 100644 --- a/source/text/scalc/01/06030200.xhp +++ b/source/text/scalc/01/06030200.xhp @@ -35,7 +35,6 @@ <bookmark_value>formula cells;removing precedents</bookmark_value> </bookmark><comment>mw changed "formula..." entry</comment> <bookmark xml-lang="en-US" branch="hid/.uno:ClearArrowPrecedents" id="bm_id8005825" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:ClearArrowPrecedents" id="bm_id3151385" localize="false"/> <paragraph role="heading" id="hd_id3155628" xml-lang="en-US" level="1"><link href="text/scalc/01/06030200.xhp" name="Remove Precedents">Remove Precedents</link></paragraph> <paragraph role="paragraph" id="par_id3149456" xml-lang="en-US"><ahelp hid=".uno:ClearArrowPrecedents">Deletes one level of the trace arrows that were inserted with the <emph>Trace Precedents</emph> command.</ahelp></paragraph> </section> |