summaryrefslogtreecommitdiff
path: root/officecfg/registry/data
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-06-12 20:19:21 +0000
committerAriel Constenla-Haile <arielch@apache.org>2012-06-12 20:19:21 +0000
commit47982ace27fa7a3136dd01f8f41ec9be2c56b972 (patch)
tree3d6cbbc4d9f4fd124ec7e08d95d94ec4eef551c0 /officecfg/registry/data
parent78162d0087d935d4363c0f9c58c2285510e1e8d1 (diff)
i119971 - Sort UI Commands under the right category
Move from Popups to Commands: .uno:WordCountDialog .uno:SaveGraphic .uno:ContinueNumbering
Notes
reject: i119971 UI command re-ordering
Diffstat (limited to 'officecfg/registry/data')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu30
1 files changed, 15 insertions, 15 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index af4c8c6ec6f9..842d50689a6c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -24,6 +24,21 @@
<oor:component-data oor:name="WriterCommands" oor:package="org.openoffice.Office.UI" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="UserInterface">
<node oor:name="Commands">
+ <node oor:name=".uno:WordCountDialog" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">~Word Count</value>
+ </prop>
+ </node>
+ <node oor:name=".uno:SaveGraphic" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Save Graphics...</value>
+ </prop>
+ </node>
+ <node oor:name=".uno:ContinueNumbering" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Continue previous numbering</value>
+ </prop>
+ </node>
<node oor:name=".uno:EditGlossary" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">AutoTe~xt...</value>
@@ -2270,11 +2285,6 @@
<value xml:lang="en-US">Inde~xes and Tables</value>
</prop>
</node>
- <node oor:name=".uno:WordCountDialog" oor:op="replace">
- <prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Word Count</value>
- </prop>
- </node>
<node oor:name=".uno:StylesMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Styl~es</value>
@@ -2295,16 +2305,6 @@
<value xml:lang="en-US">Selection Mode</value>
</prop>
</node>
- <node oor:name=".uno:SaveGraphic" oor:op="replace">
- <prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Save Graphics...</value>
- </prop>
- </node>
- <node oor:name=".uno:ContinueNumbering" oor:op="replace">
- <prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Continue previous numbering</value>
- </prop>
- </node>
</node>
</node>
</oor:component-data>