diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-11-29 21:30:59 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2014-11-29 23:53:50 +0000 |
commit | ffd18eed1fc5b56fecf83fbff3ce09face16bb7e (patch) | |
tree | 8fedc3817220a4923c171b2c39275c937fc4b43e /officecfg | |
parent | c371fc5b95423220c483d5dfc8d34dfb8956e5c7 (diff) |
fdo#86035 removed uno:InsertDraw and added shapes submenu to writer
Change-Id: I66a762ac267f48b9866d6ccb0fec9542eec52aaa
Reviewed-on: https://gerrit.libreoffice.org/13188
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 5bfc495f2279..30ff7a5b10ae 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3125,6 +3125,14 @@ </node> <node oor:name=".uno:InsertDraw" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Show Draw Functions</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + </node> + <node oor:name=".uno:ShapesMenu" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Shapes</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> |