https://bugs.documentfoundation.org/show_bug.cgi?id=162607
Bug ID: 162607
Summary: [LOCALHELP] Remove/fix duplicate entries in
hid2file.js
Product: LibreOffice
Version: 25.2.0.0 alpha0+
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 80430, 120200
As explained in https://bugs.documentfoundation.org/show_bug.cgi?id=120200#c2 ,
remove or fix the duplicate entries in hid2file.js.
Removal has to be carried in the source Help files (*.xhp).
The list of duplicates can be extracted with command
sed -n "s;^\('[^']*'\):'.*$;\1;p" hid2file.js | sort | uniq -dc
use "git grep <bookmark>" in hepcontent2/source/text/ to get the files with
duplicated bookmark entry.
Investigate the way to fix it. There can be ambiguities to resolve.
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=80430
[Bug 80430] [META] Documentation gap for new features
https://bugs.documentfoundation.org/show_bug.cgi?id=120200
[Bug 120200] [META] Update or correct help for features
--
You are receiving this mail because:
You are the assignee for the bug.