diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-13 11:43:44 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-13 21:45:14 +0200 |
commit | 166b7ef486ed7bdb41b728ea3a5196bab3201b1b (patch) | |
tree | b557a7c8b89707f733d53b82dd1bc88e019616c1 /officecfg/registry | |
parent | b824edb749d9bd532d5c2329da15599a55ea98c6 (diff) |
Move .uno:InsertFormMenu to GenericCommands
Change-Id: I9af0b49c95dd55ccde463b6f0567c9160d180670
(cherry picked from commit fd5708bfe8b034a825c0643ea9af73b2f976cd40)
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 5b9f025845a4..cdd91b89351a 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -20,6 +20,11 @@ <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:install="http://openoffice.org/2004/installation" oor:name="GenericCommands" oor:package="org.openoffice.Office.UI"> <node oor:name="UserInterface"> <node oor:name="Commands"> + <node oor:name=".uno:InsertFormMenu" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Fo~rm Control</value> + </prop> + </node> <node oor:name=".uno:WebHtml" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Preview in Web Browser</value> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 8aa8fee27b54..c14b54fb9355 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -68,11 +68,6 @@ <value xml:lang="en-US">Page Number</value> </prop> </node> - <node oor:name=".uno:InsertFormMenu" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Fo~rm Control</value> - </prop> - </node> <node oor:name=".uno:InsertHeaderFooterMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">He~ader and Footer</value> |