From 7878aeafcb0d65c65d0413ab9eeb74fc7d72b4a0 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 23 Jun 2019 17:59:51 +0200 Subject: 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 --- source/text/simpress/01/02130000.xhp | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/text/simpress/01/02130000.xhp') diff --git a/source/text/simpress/01/02130000.xhp b/source/text/simpress/01/02130000.xhp index e60576f1bb..c6e685f6e1 100644 --- a/source/text/simpress/01/02130000.xhp +++ b/source/text/simpress/01/02130000.xhp @@ -35,7 +35,6 @@ slides;deleting - Delete Slide Deletes the current slide or page. @@ -45,7 +44,6 @@ In the context menu of a slide or page you find the following command, among others: - Rename Slide Rename Page Renames the selected slide page. -- cgit