diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-23 12:04:06 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-23 12:10:26 -0400 |
commit | 5b17d2d731e014d79cbba716fcbc8fbd357094e8 (patch) | |
tree | 759ee8e332a536d1cad68beaaa563fe2623ea35d /officecfg/registry | |
parent | 038564c910e43f569b7c6abebffe2ad6ec9a1822 (diff) |
Pass document service to the dispatcher when opening file from writer.
This is similar to what I did earlier for calc. This info will be
used later in the type detection code.
Change-Id: I7ba7dcdc03cbfe77eba5c7594fc0385ad3775541
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 9153d94aff26..31a686735d7c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2212,6 +2212,11 @@ <value>8</value> </prop> </node> + <node oor:name=".uno:OpenFromWriter" 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:TableMenu" oor:op="replace"> |