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/optionen/01060000.xhp | 4 +--- source/text/shared/optionen/01070000.xhp | 2 +- source/text/shared/optionen/01080000.xhp | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) (limited to 'source/text/shared/optionen') diff --git a/source/text/shared/optionen/01060000.xhp b/source/text/shared/optionen/01060000.xhp index 80e9b8b1dd..416586b30e 100644 --- a/source/text/shared/optionen/01060000.xhp +++ b/source/text/shared/optionen/01060000.xhp @@ -31,11 +31,9 @@ - - %PRODUCTNAME Calc Options -Defines various settings for spreadsheets, contents to be displayed, and the cursor direction after a cell entry. You can also define sorting lists, determine the number of decimal places and the settings for recording and highlighting changes. +Defines various settings for spreadsheets, contents to be displayed, and the cursor direction after a cell entry. You can also define sorting lists, determine the number of decimal places and the settings for recording and highlighting changes.
diff --git a/source/text/shared/optionen/01070000.xhp b/source/text/shared/optionen/01070000.xhp index 3161d4951c..119dc3693e 100644 --- a/source/text/shared/optionen/01070000.xhp +++ b/source/text/shared/optionen/01070000.xhp @@ -30,7 +30,7 @@ -%PRODUCTNAME Impress Options +%PRODUCTNAME Impress Options Defines various settings for newly created presentation documents, such as the contents to be displayed, the measurement unit used, if and how grid alignment is carried out.
diff --git a/source/text/shared/optionen/01080000.xhp b/source/text/shared/optionen/01080000.xhp index 5383e1c791..c435248d9e 100644 --- a/source/text/shared/optionen/01080000.xhp +++ b/source/text/shared/optionen/01080000.xhp @@ -31,7 +31,6 @@ - %PRODUCTNAME Draw Options Defines the global settings for drawing documents, including the contents to be displayed, the scale to be used, the grid alignment and the contents to be printed by default. -- cgit