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/00 | |
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/00')
-rw-r--r-- | source/text/simpress/00/00000004.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/simpress/00/00000004.xhp b/source/text/simpress/00/00000004.xhp index 5f503a2170..0ede1f9f33 100644 --- a/source/text/simpress/00/00000004.xhp +++ b/source/text/simpress/00/00000004.xhp @@ -33,7 +33,7 @@ <paragraph role="heading" id="hd_id3149655" xml-lang="en-US" level="1"><variable id="wie">To access this command </variable></paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:SaveGraphic" id="bm_id9900509" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:SaveGraphic" id="bm_id2302316" localize="false"/><comment>Save as Picture context menu, #i63795</comment> +<comment>Save as Picture context menu, #i63795</comment> <paragraph role="paragraph" id="par_id8789025" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens a dialog to save the selected bitmap picture as a file. The default file format is the internal format of the image.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:CustomAnimation" id="bm_id9317300" localize="false"/><comment>Custom Animation context menu</comment> <paragraph role="paragraph" id="par_id5316324" xml-lang="en-US"><ahelp hid="." visibility="hidden">Opens the Custom Animation sidebar deck.</ahelp></paragraph> |