[Libreoffice-commits] help.git: source/text

Gabor Kelemen (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 24 13:41:21 UTC 2019


 source/text/schart/main0000.xhp |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit f301ec57399bd60951ba4140bc60c081b690133a
Author:     Gabor Kelemen <kelemeng at gnome.hu>
AuthorDate: Sun Jun 23 22:15:27 2019 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Jun 24 15:40:35 2019 +0200

    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 at libreoffice.org>

diff --git a/source/text/schart/main0000.xhp b/source/text/schart/main0000.xhp
index a01c5765c..c87d4e813 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"/>


More information about the Libreoffice-commits mailing list