diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2019-06-23 17:59:51 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-06-25 04:25:34 +0200 |
commit | 7878aeafcb0d65c65d0413ab9eeb74fc7d72b4a0 (patch) | |
tree | def584650e2078df79c8668fe0832ffe05f89d72 /source/text/simpress/01/03130000.xhp | |
parent | 8e866eb6fff05c52930debaee596a50f2968cea1 (diff) |
Remove duplicated HID bookmarks in simpress
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:
for i in $(find source/text/simpress -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: Id8811f2f1ecee89ddc9b86b57ef6b04e40b25d28
Reviewed-on: https://gerrit.libreoffice.org/74657
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/simpress/01/03130000.xhp')
-rw-r--r-- | source/text/simpress/01/03130000.xhp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/text/simpress/01/03130000.xhp b/source/text/simpress/01/03130000.xhp index e2e4cef848..5d3e602941 100644 --- a/source/text/simpress/01/03130000.xhp +++ b/source/text/simpress/01/03130000.xhp @@ -32,10 +32,8 @@ <body> <section id="bildpraesent"><comment>MW transferred three index entries to the guide show.xhp</comment> <bookmark xml-lang="en-US" branch="hid/.uno:Presentation" id="bm_id3050141" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:Presentation" id="bm_id3150012" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_BTN_PRESENTATION" id="bm_id3151075" localize="false"/> <paragraph role="heading" id="hd_id3159153" xml-lang="en-US" level="1"><link href="text/simpress/01/03130000.xhp" name="Slide Show">Slide Show</link></paragraph> -<paragraph role="paragraph" id="par_id3154016" xml-lang="en-US"><variable id="bldpra"><ahelp hid="HID_SD_BTN_PRESENTATION">Starts your slide show.</ahelp></variable></paragraph> +<paragraph role="paragraph" id="par_id3154016" xml-lang="en-US"><variable id="bldpra"><ahelp hid=".">Starts your slide show.</ahelp></variable></paragraph> </section> <section id="howtoget"> <embed href="text/simpress/00/00000403.xhp#asbsp"/> |