diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-21 12:37:27 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-21 17:39:23 +0200 |
commit | 9426607bb843538b580738195af7316b5683623c (patch) | |
tree | 6883e8c47dcfcbad0292f86ae4236bc4549246e3 /source/text/swriter | |
parent | 37daca381f38f17887b57789d021cd3820533487 (diff) |
tdf#162607 disambiguate hid2file.js, DrawGraphicMenu
+ This uno:DrawGraphicMenu does not exist (anymore)
+ drop duplicate page in scalc/01 folder
+ adjust format_object.xhp for Writer and Calc
Change-Id: I45b58ca078115a564e06a3b02bd93c0f50dc1e26
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173764
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/01/format_object.xhp | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/source/text/swriter/01/format_object.xhp b/source/text/swriter/01/format_object.xhp index 2af76e8423..a736a51671 100644 --- a/source/text/swriter/01/format_object.xhp +++ b/source/text/swriter/01/format_object.xhp @@ -27,7 +27,7 @@ </history> </meta> <body> -<bookmark branch="hid/.uno:DrawGraphicMenu" id="bm_id5739310" localize="false"/> + <bookmark branch="hid/.uno:FormatObjectMenu" id="bm_id301692832205444" localize="false"/> <section id="object"> <h1 id="par_idN10548" ><link href="text/swriter/01/format_object.xhp">Text Box and Shape</link></h1> @@ -37,11 +37,21 @@ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/> <paragraph role="paragraph" id="par_id201692832345816">Choose <menuitem>Format - Text Box and Shape</menuitem>.</paragraph> </section> + <embed href="text/shared/01/05230000.xhp#position_and_size"/> <embed href="text/shared/01/05200000.xhp#line"/> <embed href="text/shared/01/05210000.xhp#area"/> + <embed href="text/shared/01/05990000.xhp#text"/><comment>Text Attributes</comment> -<h2 id="par_id9466841" ><link href="text/shared/01/05280000.xhp">Fontwork</link></h2> -<paragraph role="paragraph" id="par_id2874538" >Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog.</paragraph> + +<switch select="appl"> + <case select="WRITER"> + <embed href="text/shared/01/05280000.xhp#fontwork"/> + </case> + <case select="CALC"> + <embed href="text/shared/01/05270000.xhp#edit_points"/> + </case> +</switch> + </body> </helpdocument> |