diff options
| author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-12-01 13:39:16 +0300 |
|---|---|---|
| committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-12-01 17:36:16 +0000 |
| commit | 83b7e1f424a3fb0963b064e77d973e5f655fac1a (patch) | |
| tree | 53f11996c0a4a3573e28cc1503644643831e3a8b | |
| parent | 18b3138a7ac4da823e41640bed8a4707029b8fb0 (diff) | |
Add toolbar button for page orientation
Change-Id: Ia9458f8ac32bb8c6da6fc08e5fee527ca6fb8bd5
Reviewed-on: https://gerrit.libreoffice.org/31473
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
| -rw-r--r-- | svx/sdi/svx.sdi | 2 | ||||
| -rw-r--r-- | sw/uiconfig/swriter/toolbar/textobjectbar.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 2e8b2f6bd9cc..99a8bc0115b7 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -6242,7 +6242,7 @@ SvxPageItem Orientation SID_ATTR_PAGE_ORIENTATION AccelConfig = FALSE, MenuConfig = FALSE, - ToolBoxConfig = FALSE, + ToolBoxConfig = TRUE, GroupId = GID_FORMAT; ] diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index 43e80fd433f5..70619e31cf59 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -76,6 +76,8 @@ <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:Orientation" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SelectAll" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:visible="false"/> |
