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/02190100.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/02190100.xhp')
-rw-r--r-- | source/text/scalc/01/02190100.xhp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/text/scalc/01/02190100.xhp b/source/text/scalc/01/02190100.xhp index 4cc79bd050..a0c43cbe25 100644 --- a/source/text/scalc/01/02190100.xhp +++ b/source/text/scalc/01/02190100.xhp @@ -36,7 +36,6 @@ <bookmark_value>row breaks; deleting</bookmark_value> </bookmark><comment>MW deleted "removing;..." and changed "deleting;...!</comment> <bookmark xml-lang="en-US" branch="hid/.uno:DeleteRowbreak" id="bm_id6936520" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:DeleteRowbreak" id="bm_id3151384" localize="false"/> <paragraph role="heading" id="hd_id3156326" xml-lang="en-US" level="1"><link href="text/scalc/01/02190100.xhp" name="Row Break">Row Break</link></paragraph> <paragraph role="paragraph" id="par_id3154366" xml-lang="en-US"><ahelp hid=".uno:DeleteRowbreak">Removes the manual row break above the active cell.</ahelp></paragraph> </section> |