From e2f8d201aab94bd153d3ff77d7d8066257059a7d Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 24 Jun 2019 19:22:39 +0200 Subject: 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 --- source/text/shared/02/callouts.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/shared/02/callouts.xhp') 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 @@ speech bubbles mw moved "legends;drawings" to draw guide text_enter.xhp -Callouts +Callouts Opens the Callouts toolbar from which you can insert graphics into your document.
-- cgit