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/optionen | |
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/optionen')
-rw-r--r-- | source/text/shared/optionen/01060000.xhp | 4 | ||||
-rw-r--r-- | source/text/shared/optionen/01070000.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/optionen/01080000.xhp | 1 |
3 files changed, 2 insertions, 5 deletions
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 @@ </meta> <body> <bookmark xml-lang="en-US" branch="hid/.uno:ScEditOptions" id="bm_id4992961" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:ScEditOptions" id="bm_id3153750" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ToolsOptions" id="bm_id5861691" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:ToolsOptions" id="bm_id3154751" localize="false"/> <paragraph role="heading" id="hd_id3156414" xml-lang="en-US" level="1">%PRODUCTNAME Calc Options</paragraph> -<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US"><variable id="allgemein"><ahelp hid=".uno:ToolsOptions">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. </ahelp> +<paragraph role="paragraph" id="par_id3145345" xml-lang="en-US"><variable id="allgemein"><ahelp hid=".">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. </ahelp> </variable></paragraph> <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#tabellendokument"/> 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 @@ </meta> <body> <bookmark xml-lang="en-US" branch="hid/.uno:SdEditOptions" id="bm_id3420160" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:SdEditOptions" id="bm_id3147834" localize="false"/><paragraph role="heading" id="hd_id3155805" xml-lang="en-US" level="1">%PRODUCTNAME Impress Options</paragraph> +<paragraph role="heading" id="hd_id3155805" xml-lang="en-US" level="1">%PRODUCTNAME Impress Options</paragraph> <paragraph role="paragraph" id="par_id3146957" xml-lang="en-US"><variable id="allgemein"><ahelp hid=".uno:SdEditOptions">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.</ahelp> </variable></paragraph> <section id="howtoget"> 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 @@ </meta> <body> <bookmark xml-lang="en-US" branch="hid/.uno:SdGraphicOptions" id="bm_id5783031" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:SdGraphicOptions" id="bm_id3153087" localize="false"/> <paragraph role="heading" id="hd_id3155135" xml-lang="en-US" level="1">%PRODUCTNAME Draw Options</paragraph> <paragraph role="paragraph" id="par_id3158430" xml-lang="en-US"><variable id="allgemein"><ahelp hid=".uno:SdGraphicOptions">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.</ahelp> </variable></paragraph> |