diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-08-26 14:00:03 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-09-05 09:23:46 +0000 |
commit | cbe43883e465336da55c96665f9bb7672ffa3bb0 (patch) | |
tree | 1c5776abf4a1661f68c4d83ad9e061457db83ecb /include/svx | |
parent | 74ab2a686144545255a2f07dde3f14f66f37753e (diff) |
Page orientation popup converted to use outside sidebar
* popup converted to .ui file
* added .uno:Orientation
* label & icon for .uno:Orientation
* control inserted to the notebookbar.ui (Page layout tab)
Change-Id: I93f35a65c4461635d0cfd1afd4546a9d2a8c4d04
Reviewed-on: https://gerrit.libreoffice.org/28405
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svxids.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 81eb9f44a0e0..7157993b2030 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -242,6 +242,7 @@ #define SID_ATTR_PAGE ( SID_SVX_START + 50 ) #define SID_ATTR_PAGE_SIZE ( SID_SVX_START + 51 ) #define SID_ATTR_PAGE_MAXSIZE ( SID_SVX_START + 52 ) +#define SID_ATTR_PAGE_ORIENTATION ( SID_SVX_START + 53 ) #define SID_ATTR_PAGE_PAPERBIN ( SID_SVX_START + 54 ) #define SID_ATTR_PAGE_EXT1 ( SID_SVX_START + 56 ) #define SID_ATTR_PAGE_EXT2 ( SID_SVX_START + 57 ) |