diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-09-08 07:55:29 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-09-08 22:12:50 +0000 |
commit | 191b4d964458a052f491521d41eed2f7a7792156 (patch) | |
tree | a7aaf69070d145b74926d169996d77cd76e34a63 /officecfg | |
parent | 8dc38d9ded92960eda46343b67da8a8b95404b5a (diff) |
tdf#91820 Add Insert > Form Control submenu into Calc
Change-Id: Id5271b9eed490c70f5969a20642ff8b0c2393170
Reviewed-on: https://gerrit.libreoffice.org/28740
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/CalcCommands.xcu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 381e39a7753a..5a868590faac 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -2203,6 +2203,17 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:SheetInsertName" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">~Insert...</value> + </prop> + <prop oor:name="TargetURL" oor:type="xs:string"> + <value>.uno:InsertName</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + </node> </node> </node> </oor:component-data> |