diff options
author | Joren De Cuyper <jorendc@libreoffice.org> | 2014-07-03 14:01:10 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-21 08:29:34 +0000 |
commit | c38b40c0101e2607deb53690205fa889f06f3440 (patch) | |
tree | 8d848ca37f904b5b97fc2c146f5da974e10489c0 /sw/uiconfig/swreport | |
parent | 2420e776f728aee6171a8afe199ff84907152c39 (diff) |
fdo#80651 - Add 'Single Page' button to Page Preview Toolbar
Only Oxygen and Crystal theme need another icon then the 'adddirect' one.
Both themes have a 'sum' sign in that icon. Other themes shows a nice single
page icon.
Change-Id: I7db13014f6fa97b2a9474a66a27a70352ea69b29
Reviewed-on: https://gerrit.libreoffice.org/10053
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/swreport')
-rw-r--r-- | sw/uiconfig/swreport/toolbar/previewobjectbar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/swreport/toolbar/previewobjectbar.xml b/sw/uiconfig/swreport/toolbar/previewobjectbar.xml index 36db7df7507a..9a1e05f383d4 100644 --- a/sw/uiconfig/swreport/toolbar/previewobjectbar.xml +++ b/sw/uiconfig/swreport/toolbar/previewobjectbar.xml @@ -24,6 +24,7 @@ <toolbar:toolbaritem xlink:href=".uno:GoToStartOfDoc" toolbar:helpid="20907"/> <toolbar:toolbaritem xlink:href=".uno:GoToEndOfDoc" toolbar:helpid="20908"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ShowSinglePage"/> <toolbar:toolbaritem xlink:href=".uno:ShowTwoPages" toolbar:helpid="21251"/> <toolbar:toolbaritem xlink:href=".uno:ShowMultiplePages" toolbar:helpid="21252"/> <toolbar:toolbaritem xlink:href=".uno:ShowBookview"/> |