diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-03-29 22:53:09 +0000 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-04-04 15:38:15 +0200 |
commit | 894ddf0251b1b8dcd44e588430215e35b91eb02e (patch) | |
tree | c7ed13d3bc4ff5e18ff7a436ae2362ea5a2dfdb3 /officecfg | |
parent | a9cf7e8b23a0223eb2f5e0ed28bd012551836867 (diff) |
tdf#151338 Rearrange table popup menu in Draw/Impress
I also added the SplitCell command to the Draw popup menu, since there's no reason for it not to be there.
Change-Id: Iec0d51559bf03c0f352aa631bedb794f18e02e2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149700
Tested-by: Jenkins
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 5b873aac0fcb..a266ccb304f8 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -1942,6 +1942,17 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:TableTransformDialog" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Table Position and Size</value> + </prop> + <prop oor:name="TargetURL" oor:type="xs:string"> + <value>.uno:TransformDialog</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + </node> <node oor:name=".uno:SetMinimalColumnWidth" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Minimal Column Width</value> |