diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-23 01:41:42 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-23 02:23:07 -0400 |
commit | 124c020f4290911d2bfb8216c9680734722c8db7 (patch) | |
tree | c161f7be18a1a9fb2045ce953459c21da75de0e0 /officecfg | |
parent | e58eb031374fb18aa82654c01d0f0841a437c667 (diff) |
Receive the file open command in Calc in order to pass doc service name.
This way the type detection is guaranteed to receive the document service
name whenever a file is being opened from Calc.
Change-Id: I0eec06d4ca1f3f30bcbc5685af73392276990d69
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 fc5fcaf7e170..3104810fcb9e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1529,6 +1529,11 @@ <value xml:lang="en-US">Insert Date Field (variable)</value> </prop> </node> + <node oor:name=".uno:OpenFromCalc" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">~Open...</value> + </prop> + </node> </node> <node oor:name="Popups"> <node oor:name=".uno:AuditMenu" oor:op="replace"> |