diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-26 16:11:52 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-28 13:28:19 -0500 |
commit | e51254d933dd878bb60d59f04bc95d399001d3f2 (patch) | |
tree | 850c126e1b75179797ddde4af3a064398629b4bd /officecfg | |
parent | 8a961ac1114023ffaa844c09291de55fe81d4eb0 (diff) |
Add new slot ID for 'Manage XML Source' menu entry.
Plus unwind the mess of slot ID collision between sc and svx.
Change-Id: Iad236e50f58160d85c997d6f8f6dfce405fd82bb
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 7418498b95ea..0d636addad63 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1204,6 +1204,11 @@ <value xml:lang="en-US">Select ~Range...</value> </prop> </node> + <node oor:name=".uno:ManageXMLSource" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Manage ~XML Source...</value> + </prop> + </node> <node oor:name=".uno:DataSort" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Sort...</value> |