diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-09-13 15:33:00 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-09-13 23:32:22 +0200 |
commit | 420d0094490be80dc2cc019bb7bfe2b2b79fe4c1 (patch) | |
tree | 33d974be9259da0028a6f1fd444f0144080bd11d /source/text/shared/02 | |
parent | aefcd8e0945387c36ae5a80b6815763cae2a3022 (diff) |
Fix icon size
+ refactor border page
Change-Id: Ic26dc2df773240c88d8f9d81e571c63cac1cd0cb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139877
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/shared/02')
-rw-r--r-- | source/text/shared/02/03130000.xhp | 8 | ||||
-rw-r--r-- | source/text/shared/02/03140000.xhp | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/source/text/shared/02/03130000.xhp b/source/text/shared/02/03130000.xhp index 35e74c1295..2ffae46f0e 100644 --- a/source/text/shared/02/03130000.xhp +++ b/source/text/shared/02/03130000.xhp @@ -30,7 +30,7 @@ <body> <section id="borders"> <bookmark xml-lang="en-US" branch="hid/.uno:SetBorderStyle" id="bm_id5165835" localize="false"/> -<paragraph role="heading" id="hd_id3143284" xml-lang="en-US" level="1"><link href="text/shared/02/03130000.xhp" name="Borders">Borders</link></paragraph> +<h1 id="hd_id3143284"><link href="text/shared/02/03130000.xhp" name="Borders">Borders</link></h1> <paragraph role="paragraph" id="par_id3153255" xml-lang="en-US"><ahelp hid=".uno:SetBorderStyle">Click the <emph>Borders</emph> icon to open the <emph>Borders</emph> toolbar, where you can modify the border of a sheet area or an object.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3147261" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC"> @@ -40,10 +40,10 @@ <section id="syborders"> <table id="tbl_id3147088"> <tablerow> - <tablecell colspan="" rowspan=""> - <paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"><image id="img_id3149095" src="cmd/sc_setborderstyle.png" width="0.222inch" height="0.222inch"><alt id="alt_id3149095" xml-lang="en-US">Icon</alt></image></paragraph> + <tablecell> + <paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"><image id="img_id3149095" src="cmd/lc_setborderstyle.svg" width="1cm" height="1cm"><alt id="alt_id3149095" xml-lang="en-US">Icon Borders</alt></image></paragraph> </tablecell> - <tablecell colspan="" rowspan=""> + <tablecell> <paragraph role="paragraph" id="par_id3152780" xml-lang="en-US">Borders</paragraph> </tablecell> </tablerow> diff --git a/source/text/shared/02/03140000.xhp b/source/text/shared/02/03140000.xhp index 0b824ac194..4841850c85 100644 --- a/source/text/shared/02/03140000.xhp +++ b/source/text/shared/02/03140000.xhp @@ -27,17 +27,17 @@ <body> <section id="line_style"> <bookmark xml-lang="en-US" branch="hid/.uno:LineStyle" id="bm_id3154545" localize="false"/> -<paragraph role="heading" id="hd_id3146936" xml-lang="en-US" level="1"><link href="text/shared/02/03140000.xhp" name="Line Style">Line Style</link></paragraph> +<h1 id="hd_id3146936"><link href="text/shared/02/03140000.xhp" name="Line Style">Line Style</link></h1> <paragraph role="paragraph" id="par_id3155577" xml-lang="en-US"><ahelp hid=".uno:LineStyle">Click this icon to open the <emph>Line Style</emph> toolbar, where you can modify the border line style.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3154926" xml-lang="en-US">This border can be the border of a frame, graphic or table. The <emph>Line Style</emph> icon will only be visible if a graphic, table, chart object or frame has been selected.</paragraph> <section id="syline_style"> <table id="tbl_id3153089"> <tablerow> - <tablecell colspan="" rowspan=""> - <paragraph role="paragraph" id="par_id3153377" xml-lang="en-US"><image id="img_id3147102" src="cmd/sc_linestyle.png" width="0.222inch" height="0.222inch"><alt id="alt_id3147102" xml-lang="en-US">Icon</alt></image></paragraph> + <tablecell> + <paragraph role="paragraph" id="par_id3153377" xml-lang="en-US"><image id="img_id3147102" src="cmd/lc_linestyle.svg" width="1cm" height="1cm"><alt id="alt_id3147102" xml-lang="en-US">Icon Line style</alt></image></paragraph> </tablecell> - <tablecell colspan="" rowspan=""> + <tablecell> <paragraph role="paragraph" id="par_id3154398" xml-lang="en-US">Line Style</paragraph> </tablecell> </tablerow> |