diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-01-02 00:38:18 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-18 09:13:56 +0100 |
commit | c55b3849a825ca0e00c48db91251f69205323bda (patch) | |
tree | 98c83bca12a85d138ce25e491ff2a71e4570a029 /officecfg | |
parent | 16e248bec76f2c1587383d26581ecc8241c755f8 (diff) |
mailmerge: Toolbar edit box to show or change the current entry number.
Change-Id: I935c059da44f2309c3cb1a8b2e93341c353bee01
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 11 |
1 files changed, 11 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 f9c0f237aaa6..6de8c2854e42 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -911,6 +911,17 @@ <value>starshapes;.uno:StarShapes.star5</value> </prop> </node> + <node oor:name="lo.writer.MMCurrentEntryController" oor:op="replace"> + <prop oor:name="Command"> + <value>.uno:MailMergeCurrentEntry</value> + </prop> + <prop oor:name="Module"> + <value/> + </prop> + <prop oor:name="Controller"> + <value>lo.writer.MMCurrentEntryController</value> + </prop> + </node> <node oor:name="lo.writer.MMExcludeEntryController" oor:op="replace"> <prop oor:name="Command"> <value>.uno:MailMergeExcludeEntry</value> |