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/04130000.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/04130000.xhp')
-rw-r--r-- | source/text/simpress/01/04130000.xhp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/text/simpress/01/04130000.xhp b/source/text/simpress/01/04130000.xhp index ca51b35129..319585755b 100644 --- a/source/text/simpress/01/04130000.xhp +++ b/source/text/simpress/01/04130000.xhp @@ -36,7 +36,6 @@ <bookmark_value>slides;expanding</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:ExpandPage" id="bm_id7530302" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:ExpandPage" id="bm_id3154014" localize="false"/> <paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="1"><link href="text/simpress/01/04130000.xhp" name="Expand Slide">Expand Slide</link></paragraph> <paragraph role="paragraph" id="par_id3154319" xml-lang="en-US"><ahelp hid=".uno:ExpandPage">Creates a new slide from every top-level outline point (text one level below the title text in the outline hierarchy) in the selected slide. The outline text becomes the title of the new slide.</ahelp> Outline points<comment>points?</comment> below the top level on the original slide are moved up one level on the new slide.</paragraph> </section> |