diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-11 10:33:25 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-11 16:22:25 +0100 |
commit | 96c9eaf34676be060349e683f271995abc7779eb (patch) | |
tree | bfc8eab70ddbcc3f2aa3f4a80bfb1eee07feaa43 /source/text/schart | |
parent | 16ac2e562235fb6c908ada4ce1af4cd67c473df3 (diff) |
Add dimensions to svg icons
+ refactor some headings
Change-Id: Ic194be7d99685d3272393088973367bbbcd3246c
Reviewed-on: https://gerrit.libreoffice.org/84960
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/schart')
-rw-r--r-- | source/text/schart/02/01190000.xhp | 11 | ||||
-rw-r--r-- | source/text/schart/02/01200000.xhp | 11 |
2 files changed, 8 insertions, 14 deletions
diff --git a/source/text/schart/02/01190000.xhp b/source/text/schart/02/01190000.xhp index 6a5183b002..c25d8da05e 100644 --- a/source/text/schart/02/01190000.xhp +++ b/source/text/schart/02/01190000.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,7 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <helpdocument version="1.0"> <meta> <topic id="textschart0201190000xml" indexer="include" status="PUBLISH"> @@ -32,18 +29,18 @@ <body> <section id="dateninreihen"> <bookmark xml-lang="en-US" branch="hid/.uno:DataInRows" id="bm_id3147436" localize="false"/> -<paragraph role="heading" id="hd_id3146976" xml-lang="en-US" level="1"><link href="text/schart/02/01190000.xhp" name="Data in Rows">Data in Rows</link></paragraph> +<h1 id="hd_id3146976"><link href="text/schart/02/01190000.xhp" name="Data in Rows">Data in Rows</link></h1> <paragraph role="paragraph" id="par_id3154490" xml-lang="en-US"><ahelp hid=".uno:DataInRows">Changes the arrangement of the chart data.</ahelp></paragraph> </section> <section id="syreihe"> <table id="tbl_id3155602"> <tablerow> -<tablecell colspan="" rowspan=""> +<tablecell> <paragraph role="paragraph" id="par_id3150751" xml-lang="en-US"> -<image id="img_id3145643" src="cmd/sc_datainrows.png"><alt id="alt_id3145643" xml-lang="en-US">Icon</alt> +<image id="img_id3145643" src="cmd/sc_datainrows.png" width="1cm" height="1cm"><alt id="alt_id3145643" xml-lang="en-US">Icon Data in Rows</alt> </image></paragraph> </tablecell> -<tablecell colspan="" rowspan=""> +<tablecell> <paragraph role="paragraph" id="par_id3154754" xml-lang="en-US">Data in Rows</paragraph> </tablecell> </tablerow> diff --git a/source/text/schart/02/01200000.xhp b/source/text/schart/02/01200000.xhp index ab406cf32c..3ef794f336 100644 --- a/source/text/schart/02/01200000.xhp +++ b/source/text/schart/02/01200000.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,7 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <helpdocument version="1.0"> <meta> <topic id="textschart0201200000xml" indexer="include" status="PUBLISH"> @@ -32,18 +29,18 @@ <body> <section id="dateninspalten"> <bookmark xml-lang="en-US" branch="hid/.uno:DataInColumns" id="bm_id3150439" localize="false"/> -<paragraph role="heading" id="hd_id3150868" xml-lang="en-US" level="1"><link href="text/schart/02/01200000.xhp" name="Data in Columns">Data in Columns</link></paragraph> +<h1 id="hd_id3150868"><link href="text/schart/02/01200000.xhp" name="Data in Columns">Data in Columns</link></h1> <paragraph role="paragraph" id="par_id3145749" xml-lang="en-US"><ahelp hid=".uno:DataInColumns">Changes the arrangement of the chart data.</ahelp></paragraph> </section> <section id="syspalte"> <table id="tbl_id3152598"> <tablerow> -<tablecell colspan="" rowspan=""> +<tablecell> <paragraph role="paragraph" id="par_id3149260" xml-lang="en-US"> -<image id="img_id3149379" src="cmd/sc_dataincolumns.png"><alt id="alt_id3149379" xml-lang="en-US">Icon</alt> +<image id="img_id3149379" src="cmd/sc_dataincolumns.png" width="1cm" height="1cm"><alt id="alt_id3149379" xml-lang="en-US">Icon Data in Columns</alt> </image></paragraph> </tablecell> -<tablecell colspan="" rowspan=""> +<tablecell> <paragraph role="paragraph" id="par_id3149377" xml-lang="en-US">Data in Columns</paragraph> </tablecell> </tablerow> |