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.
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/3542a6dade252f7d6b9e8332437e88a52e782db6 tdf#162607 Remove dup's in hid2file.js
TIP: if the <bookmark> is just before an <ahelp> tag, especially when visibility="hidden" and href=".", then please move the bookmark href= to the ahelp's href= and delete the bookmark. Let's not loose the ahelp content for the moment and by assigning the bookmark href to the ahelp will qualify the ahelp contents for later processing/refactoring/reuse.
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/6930aa0207190cdb8113b74dbbfb61b40ddafe4b tdf#162607 Remove dup's in hid2file.js
(In reply to Olivier Hallot from comment #0) > > The list of duplicates can be extracted with command > > sed -n "s;^\('[^']*'\):'.*$;\1;p" hid2file.js | sort | uniq -dc adding " | sort -nr " may also help : 6 'zzzz' 5 'HID_GLOBAL_FALLBACK' 4 '.uno:DeleteRows' 4 '.uno:DeleteColumns' 3 '.uno:ZoomIn' 3 '.uno:WindowList' 3 '.uno:ViewMenu' 3 '.uno:ToolsMenu' 3 '.uno:ParaStyle' 3 '.uno:Navigator' 3 '.uno:InsertRows' 3 '.uno:InsertMenu' 3 '.uno:InsertColumns' 3 '.uno:FormatMenu' 3 '.uno:FileMenu' 3 '.uno:EditMenu' 3 'SFX2_HID_TEMPLDLG_WATERCAN' 3 'SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE' 3 'SFX2_HID_TEMPLDLG_NEWBYEXAMPLE' 3 'SFX2_HID_TEMPLATE_FMT' 2 'writerperfect/ui/exportepub/splitlb ... Root cause would be interesting to know. For reference, Ross's file was 152 lines, we are now at 140. 1,2d0 < 2 'cui/ui/newtabledialog/NewTableDialog' < 2 'cui/ui/newtabledialog/@@nowidget@@' 4d1 < 2 'cui/ui/optuserpage/country' 31a29 > 2 'modules/scalc/ui/navigatorpanel/datarange' 41c39,41 < 2 'modules/simpress/ui/presentationdialog/presdisplay_cb' --- > 2 'modules/sdraw/ui/dlgsnap/@@nowidget@@' > 2 'modules/simpress/ui/publishingdialog/page1' > 2 'modules/swriter/ui/businessdatapage/state' see full diff attached.
Created attachment 196019 [details] status as of today. 140 entries
Created attachment 196020 [details] diff from 2021-09
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/ef154ba2a37e2b20fe667c9d704fc7749536cbac tdf#162607 Remove dup's in hid2file.js, .uno:InsertRows
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/1acfb22433aba0a648dd3df3d365671b690d2b6d tdf#162607 Remove dup's in hid2file.js, .uno:InsertColumns
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/15dbb24419ea408415a5dffd3c883f196d0bb891 tdf#162607 Remove dup's in hid2file.js, .uno:DeleteRows
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/9dc4502905e6364b8bc5069c3c561b44d7b896a9 tdf#162607 Remove dup's in hid2file.js, .uno:DeleteColumns
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/c740b6ad9675129ad839903fe69afd10e1cddfb4 tdf#162607 Remove dup's in hid2file.js, Bad hid/
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/ce7c46b6887bf4c74252e8d6b047013a22675bb6 tdf#162607 Remove dup's in hid2file.js, .uno:Sort*
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/9b6f313e24d791be85d9c62dea03905f86e2df35 tdf#162607 Remove dup's in hid2file.js, .uno:ZoomIn
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/8914196b95890d066eac338c9d1243c89edea43f tdf#162607 Remove dup's in hid2file.js, .uno:ZoomOut
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/71c24af82c60bcbaf4a02bcdfa7a762bc0e3da92 tdf#162607 Remove dup's in hid2file.js, .uno:ZoomPlus/Minus
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/eee5d2a36a440d54d5e793ea747239f9f782b9cf tdf#162607 Remove dup's in hid2file.js, bad hid
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/d41c733d4d966f47cc0212a526d78722eee81ca8 tdf#162607 Remove dup's in hid2file.js WIZARDS
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/662d3b9e8aa7359d8d503046eee2067aeb8e937b tdf#162607 Remove dup's in hid2file.js,
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/a6b347432e6370b425c34cad64603626ca363916 tdf#162607 Remove dup's in hid2file.js, WindowList
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/299d2d8680d24b037047a8a70391960dba9d501c tdf#162607 Remove dup's in hid2file.js, .uno:ViewMenu
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/aae6ef303f218873f1df1b39a56dee2975df4bd2 tdf#162607 Remove dup's in hid2file.js, .uno:InsertMenu
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/89f535d534780afd0dd684223c684b29e33c2009 tdf#162607 Remove dup's in hid2file.js, .uno:LoadStyles
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/c8a102908be2a86209d4a2e94a5ef0031445803b tdf#162607 Remove dup's in hid2file.js, SFX2_HID*
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/e0980a281484ae01ed6e1f11a4fbed5daf5452b9 tdf#162607 Remove dup's in hid2file.js, epub
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/970df2d1be6b52393668f2554c2f6cdf1f2f05dc tdf#162607 Remove dup's in hid2file.js
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/b9174d7844e4e6df7820b63fd62c9c1eb70752d3 tdf#162607 Remove dup's in hid2file.js, pdf export
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/ce3c29b0ba0db095049bb4792db3b0df10ad0a94 tdf#162607 Remove dup's in hid2file.js, SC_HID*
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/fd76f630da7ec75c86340f62aee37dd6c1280ba8 tdf#162607 Remove dup's in hid2file.js, SD_HID*
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/d1c125b79ba1140d894aa2ef71692394218bf3ff tdf#162607 Remove dup's in hid2file.js, signature
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/f0cce1baf94f2645e5eac9bd3dbc72de359179b5 tdf#162607 Remove dup's in hid2file.js, NewTableDialog
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/4a1a76e6b7c74f0903b7695f137160e4c7e622f7 tdf#162607 Remove dup's in hid2file.js Standard filter
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/ec63fc11d91d92f31fd7aca15820fafd84d2c957 tdf#162607 Remove dup's in hid2file.js, DBACCESS_HID*
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/30b104a12fa9d2f95cd7edcfec42431da7a022d3 tdf#162607 Remove dup's in hid2file.js, Print dialog
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/37ce48a19c58e36486e71461eed545d5f6e30836 tdf#162607 Remove dup's in hid2file.js,uno:Align*
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/6185c0d3fdc17d2e02cb9e40ae3bd3e75315f36d tdf#162607 Remove dup's in hid2file.js,uno:CellVert*
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/03b22cedc167f609b4ef43a327a2967e8ca8251c tdf#162607 Remove dup's in hid2file.js, EXTENSIONS*
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/1f91e9c96f05403874f81d0a273a19a86428e20d tdf#162607 disambiguate hid2file.js, Print preview
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/35ffc7e66df2965e4c52ed54bd028f4ba54e5a28 tdf#162607 disambiguate hid2file.js,CMIS setup
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/6f18fea8ff35d803fbce36aee5900379d3f7b5d7 tdf#162607 disambiguate hid2file.js,header/footer
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/6914f5c5f29d428a79f221ba02a988ad02b27f88 tdf#162607 disambiguate hid2file.js,Grow/Shrink
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/65ae3daf7a941356e6167e70c505ea6ab06cefb6 tdf#162607 disambiguate hid2file.js, GridFront
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/cac10e6d59de03039adeedc23b6e703b13318725 tdf#162607 disambiguate hid2file.js, Distribute Rows
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/9635575ec590d4220326d4f7a8eb7ea7264a14c3 tdf#162607 disambiguate hid2file.js, CustomAnimation
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/301f67b6b028ba0b0acf0d590c7ced1e4b142356 tdf#162607 disambiguate hid2file.js, DistributeColumns
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/f7b6ce51459426167f1f17ea209ba38707788673 tdf#162607 disambiguate hid2file.js, Select Row/Col
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/614dd5fba24a70bc5b5a4cb43eb431fc4dacd3c0 tdf#162607 disambiguate hid2file.js, InsertAuthor
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/1a7cb494bd4f72fbf38c539babd018b593082f70 tdf#162607 disambiguate hid2file.js, DuplicatePage
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/4d33037d906bfd3ceea8ae13e8f35d82cb323d9c tdf#162607 disambiguate hid2file.js, Page/Column
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/580c4b56bec3947b7338a376f2e81ed5405f4979 tdf#162607 disambiguate hid2file.js, ZoomOptimal
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/29e946d0b946aeafb4ab98a96924184db149c110 tdf#162607 disambiguate hid2file.js, Style menu
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/198614b76c835e3fedf4918510a8c310832a3d77 tdf#162607 disambiguate hid2file.js, ShowGraphics
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/37daca381f38f17887b57789d021cd3820533487 tdf#162607 disambiguate hid2file.js, SelectAll
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/9426607bb843538b580738195af7316b5683623c tdf#162607 disambiguate hid2file.js, DrawGraphicMenu
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/5fb6ba7d66d194949fea559d9afced94bad04f8c tdf#162607 disambiguate hid2file.js, RTL/LTR
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/2ef934fb7ae13c5713effa050d9858629af66675 tdf#162607 disambiguate hid2file.js, misc
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/b038ab4ef42ff67d505cdf5deddfe492852ad56b tdf#162607 disambiguate hid2file.js, uno:SheetMenu
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/446f60711a2d62504ac3011987ad22fb64af6ffc tdf#162607 disambiguate hid2file.js, uno:ScrollBar
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/d81dc3348d3ac27155b0f9b021d95c7599848150 tdf#162607 disambiguate hid2file.js, TableBoundaries
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/ac18fb999e675f78ce6f2b687a67ea001edf5ccd tdf#162607 disambiguate hid2file.js, SaveGraphic
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/909308152bef7ce6bc4bdac384aaf55f2431b7eb tdf#162607 disambiguate hid2file.js, paste special
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/14476c266b8097805df0292dc9a07468024c12f0 tdf#162607 disambiguate hid2file.js, DBNew*
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/96ba26db0cb10e32fc6650eb54fe279498c9eecf tdf#162607 disambiguate hid2file.js, mail merge
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/f46253b8e0673dca57f94ba95392676a40b3a407 tdf#162607 disambiguate hid2file.js, InsertCtrl
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/adbc8637e059f407b7c209af6ee017de2f1f9736 tdf#162607 disambiguate hid2file.js, chart legend dups
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/e377c9e115198486cb2b1c6f0348453653a906a5 tdf#162607 disambiguate hid2file.js, writer bookmarks
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/43eb562f1d5c61c08c67be8b0f502a3858b6770c tdf#162607 disambiguate hid2file.js, Scripts
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/67624ded171461c184c8286b510b4778e5be6465 tdf#162607 disambiguate hid2file.js, InsertFrameInteract
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/68fd7de6c356ebab9289ba10d939dd8a4e3a7dd1 tdf#162607 disambiguate hid2file.js, InsertTimeField