diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2019-06-24 19:22:39 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-06-25 04:35:35 +0200 |
commit | e2f8d201aab94bd153d3ff77d7d8066257059a7d (patch) | |
tree | 5ec8b49d6056a22c47972277f957bbcb3e4cf5d4 /source/text/shared/02/callouts.xhp | |
parent | 27582c091dbed95fb05e92798fb0b53e5a96f2eb (diff) |
Remove duplicated HID bookmarks in shared
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:
for i in $(find source/text/shared -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: Ie7cde338aa210ef81d1e15ecc8087d8f67f77b27
Reviewed-on: https://gerrit.libreoffice.org/74655
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/02/callouts.xhp')
-rw-r--r-- | source/text/shared/02/callouts.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/02/callouts.xhp b/source/text/shared/02/callouts.xhp index 077988e849..96763d917d 100644 --- a/source/text/shared/02/callouts.xhp +++ b/source/text/shared/02/callouts.xhp @@ -34,7 +34,7 @@ <bookmark_value>speech bubbles</bookmark_value> </bookmark><comment>mw moved "legends;drawings" to draw guide text_enter.xhp</comment> <bookmark xml-lang="en-US" branch="hid/.uno:CalloutShapes" id="bm_id5113702" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:CalloutShapes" id="bm_id378429" localize="false"/><paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/callouts.xhp">Callouts</link></paragraph> +<paragraph role="heading" id="par_idN1055A" xml-lang="en-US" level="1"><link href="text/shared/02/callouts.xhp">Callouts</link></paragraph> <paragraph role="paragraph" id="par_idN1056A" xml-lang="en-US"><ahelp hid=".">Opens the Callouts toolbar from which you can insert graphics into your document.</ahelp></paragraph> </section> <section id="howtoget"> |