diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-19 23:20:53 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-03 20:28:15 -0400 |
commit | 9b99bf09a25d9c9016a1c6b730fa0ef1cc5bc04a (patch) | |
tree | f9d2e1465b7fe07231907c5900ef82c6e851588d /officecfg | |
parent | 326d255eaa2cde1d4ffff87a0a3a5074a326513f (diff) |
Initial skeleton for inserting a field into cell.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 5 |
1 files changed, 5 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 c41b80559342..c1f1aa30ea78 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1514,6 +1514,11 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:InsertFieldTest" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Insert Field Test</value> + </prop> + </node> </node> <node oor:name="Popups"> <node oor:name=".uno:AuditMenu" oor:op="replace"> |