summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swform/toolbar
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-12-18 21:19:10 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-03-18 09:13:56 +0100
commit827ff2e8531619e96666a5690f538a0a27e5780f (patch)
tree0472e3a2be1e81bc4f8f87e4f9b8462b85567f3c /sw/uiconfig/swform/toolbar
parent299cc331bebe951b8b6fcfdd1e279ce6d2123ece (diff)
mailmerge: Introduce buttons for first/prev/next/last mailmerge entry.
Change-Id: I3dc63d568dc4cd6f7e06b057ca4a387e4ad0677e
Diffstat (limited to 'sw/uiconfig/swform/toolbar')
-rw-r--r--sw/uiconfig/swform/toolbar/mailmerge.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/uiconfig/swform/toolbar/mailmerge.xml b/sw/uiconfig/swform/toolbar/mailmerge.xml
index f80aeb421d66..662a0000ed70 100644
--- a/sw/uiconfig/swform/toolbar/mailmerge.xml
+++ b/sw/uiconfig/swform/toolbar/mailmerge.xml
@@ -7,6 +7,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
+
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
<toolbar:toolbaritem xlink:href=".uno:MailMergeWizard"/>
+ <toolbar:toolbarseparator/>
+ <toolbar:toolbaritem xlink:href=".uno:MailMergeFirstEntry"/>
+ <toolbar:toolbaritem xlink:href=".uno:MailMergePrevEntry"/>
+ <toolbar:toolbaritem xlink:href=".uno:MailMergeNextEntry"/>
+ <toolbar:toolbaritem xlink:href=".uno:MailMergeLastEntry"/>
</toolbar:toolbar>