diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-05-08 09:30:38 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-05-08 14:37:41 +0200 |
commit | faee05bb8a7cbcfac6ee30647b8ae4ba346a0f2b (patch) | |
tree | da000ae2ba391bd4623f0a3f0425f15c27842cba /source/text/sdraw | |
parent | 36a8ea5fd6658cc2870ad518e8e84a752427bcb7 (diff) |
More updates on Drawing bars
+ some refactors
Change-Id: Idf1b0c63a00abf65fad8774739b54d5dd33eec2c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/151530
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sdraw')
-rw-r--r-- | source/text/sdraw/01/3dsettings_toolbar.xhp | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/source/text/sdraw/01/3dsettings_toolbar.xhp b/source/text/sdraw/01/3dsettings_toolbar.xhp index 521e2a5f01..7a82463d4a 100644 --- a/source/text/sdraw/01/3dsettings_toolbar.xhp +++ b/source/text/sdraw/01/3dsettings_toolbar.xhp @@ -29,21 +29,26 @@ <h1 id="par_idN1055A"><variable id="3dtoolbar"><link href="text/sdraw/01/3dsettings_toolbar.xhp">3D Settings</link></variable></h1> <paragraph xml-lang="en-US" id="par_idN1056A" role="paragraph"><ahelp hid=".">The <emph>3D Settings</emph> toolbar controls properties of selected 3D objects.</ahelp></paragraph> </section> + +<section id="extrusiononoff"> <bookmark xml-lang="en-US" branch="hid/.uno:ExtrusionToggle" id="bm_id9720450" localize="false"/> -<h2 id="par_idN10575">Extrusion On/Off</h2> +<h2 id="par_idN10575"><link href="text/sdraw/01/3dsettings_toolbar.xhp">Extrusion On/Off</link></h2> <paragraph xml-lang="en-US" id="par_idN10579" role="paragraph"><ahelp hid=".">Switches the 3D effects on and off for the selected objects.</ahelp></paragraph> - <table id="tab_id271592603243550"> + <section id="syextrusiononoff"> + <table id="tab_id271592603243550"> <tablerow> <tablecell> <paragraph id="par_id891592603243551" role="paragraph"> - <image src="cmd/lc_extrusiontoggle.png" id="img_id681592603243552" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id241592603243553">Icon Extrusion On/Off</alt></image> + <image src="cmd/lc_convertinto3d.svg" id="img_id681592603243552" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id241592603243553">Icon Extrusion On/Off</alt></image> </paragraph> </tablecell> <tablecell> <paragraph id="par_id241592603243554" role="paragraph" xml-lang="en-US">Extrusion On/Off</paragraph> </tablecell> </tablerow> - </table> + </table> + </section> + </section> <bookmark xml-lang="en-US" branch="hid/.uno:ExtrusionTiltDown" id="bm_id4860377" localize="false"/> <h2 id="par_idN10590">Tilt Down</h2> <paragraph xml-lang="en-US" id="par_idN10594" role="paragraph"><ahelp hid=".">Tilts the selected object downwards by five degrees.</ahelp></paragraph> |