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/00/00000099.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/00/00000099.xhp')
-rw-r--r-- | source/text/shared/00/00000099.xhp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/text/shared/00/00000099.xhp b/source/text/shared/00/00000099.xhp index 1740170a65..047e3c20d9 100644 --- a/source/text/shared/00/00000099.xhp +++ b/source/text/shared/00/00000099.xhp @@ -45,10 +45,8 @@ <paragraph role="paragraph" id="par_id3154408" xml-lang="en-US"><variable id="winmanager">The availability of this function depends on your X Window Manager. </variable></paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:HelpTip" id="bm_id2449436" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:HelpTip" id="bm_id3148491" localize="false"/> <paragraph role="paragraph" id="par_idN10665" xml-lang="en-US"><ahelp hid=".uno:HelpTip">Enables the display of icon names at the mouse pointer and other Help contents.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:ActiveHelp" id="bm_id987347" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:ActiveHelp" id="bm_id3155341" localize="false"/> <paragraph role="paragraph" id="par_idN1067C" xml-lang="en-US"><ahelp hid=".uno:ActiveHelp">Enables the display of a brief description of menus and icons at the mouse pointer.</ahelp></paragraph> <section id="keys"> <paragraph role="note" id="par_id6200750" xml-lang="en-US">Some of the shortcut keys may be assigned to your desktop system. Keys that are assigned to the desktop system are not available to %PRODUCTNAME. Try to assign different keys either for %PRODUCTNAME, in <emph>Tools - Customize - Keyboard</emph>, or in your desktop system.</paragraph> |