diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2019-06-23 22:15:27 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-06-24 15:40:35 +0200 |
commit | f301ec57399bd60951ba4140bc60c081b690133a (patch) | |
tree | c6c88988ffdc0bb8e518d01df6260965cb00784a /source/text/schart | |
parent | 63184912f9414c7bcd6fbcf0028850acd8c61d7d (diff) |
Remove duplicated HID bookmarks in schart
Also remove some obsolete ones too.
Duplicates found with:
for i in $(find source/text/schart -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: I78f34394b3eb5a3046679613f0bd7af7b9381e0d
Reviewed-on: https://gerrit.libreoffice.org/74615
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/schart')
-rw-r--r-- | source/text/schart/main0000.xhp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/text/schart/main0000.xhp b/source/text/schart/main0000.xhp index a01c5765c7..c87d4e8136 100644 --- a/source/text/schart/main0000.xhp +++ b/source/text/schart/main0000.xhp @@ -48,12 +48,8 @@ </listitem> </list><comment>command line Insert - (Object -) Chart, moved here from deleted shared/01/04160100.xhp</comment> <bookmark xml-lang="en-US" branch="hid/.uno:InsertObjectChart" id="bm_id2038889" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertObjectChart" id="bm_id3149551" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:DrawChart" id="bm_id6209730" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:DrawChart" id="bm_id3154688" localize="false"/> -<!-- removed HID SID_OPENDLG_CHART --> <bookmark xml-lang="en-US" branch="hid/.uno:StarChartDialog" id="bm_id3146060" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/SW_HID_INSERT_CHART" id="bm_id3149532" localize="false"/> <paragraph xml-lang="en-US" id="par_id76601" role="paragraph"><ahelp hid="." visibility="hidden">Creates a chart in the current document. To use a continuous range of cells as the data source for your chart, click inside the cell range, and then choose this command. Alternatively, select some cells and choose this command to create a chart of the selected cells.</ahelp></paragraph> <paragraph xml-lang="en-US" id="hd_id5345011" role="heading" level="2">To insert a chart</paragraph> <embed href="text/shared/guide/chart_insert.xhp#chart_insert"/> |