summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-02-21 00:52:51 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2016-02-21 16:41:21 +0200
commitc1f275055e9577749345ccf6cb4771861f7557a7 (patch)
tree24945cb1d70bc24e3f55aae75d42398c354d032a /officecfg
parentccd34b510c4ca0a2d9912d63ff2bc7bc4c307a0c (diff)
Convert RID_INSERT_FIELD_CTRL to xml
Change-Id: I1bc72c3dfdb20fd538e297a70f5ccbd355d1dbcd
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu25
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu3
2 files changed, 28 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
index 267177e614f8..d0366d815646 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
@@ -319,6 +319,20 @@
<value>freezepanes</value>
</prop>
</node>
+ <node oor:name="c27" oor:op="replace">
+ <prop oor:name="Command">
+ <value>.uno:InsertFieldCtrl</value>
+ </prop>
+ <prop oor:name="Module">
+ <value/>
+ </prop>
+ <prop oor:name="Controller">
+ <value>com.sun.star.comp.framework.ResourceMenuController</value>
+ </prop>
+ <prop oor:name="Value">
+ <value>insertfield</value>
+ </prop>
+ </node>
</node>
<node oor:name="ToolBar">
<node oor:name="ZoomToolBox" oor:op="replace">
@@ -1082,6 +1096,17 @@
<value>.uno:FreezePanesMenu</value>
</prop>
</node>
+ <node oor:name="InsertFieldController" oor:op="replace">
+ <prop oor:name="Command">
+ <value>.uno:InsertFieldCtrl</value>
+ </prop>
+ <prop oor:name="Module">
+ <value/>
+ </prop>
+ <prop oor:name="Controller">
+ <value>com.sun.star.comp.framework.GenericPopupToolbarController</value>
+ </prop>
+ </node>
<node oor:name="org.apache.openoffice.comp.framework.NewToolbarController" oor:op="replace">
<prop oor:name="Command">
<value>.uno:AddDirect</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 7d6bf53882a6..05a9b9343fb0 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -570,6 +570,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Insert Field</value>
</prop>
+ <prop oor:name="ContextLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Fiel~d</value>
+ </prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>9</value>
</prop>