forked from amazingfate/help
Duplicates found with: for i in $(find source/text/sbasic -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: I2882cca272e3eee6b0d45d3a0b5bcfaeaaf23ddb Reviewed-on: https://gerrit.libreoffice.org/74616 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>