diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-05-28 08:11:28 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-06-03 06:46:39 +0000 |
commit | 9196de99ed4dff2c1f8708bfd68da9b6424ae53b (patch) | |
tree | 2fa498e27babfcbd31c9fc7387932bbc5f60d949 /include/svx/dialogs.hrc | |
parent | d0879b721d8c429248f9da7ce02c6c71327e2954 (diff) |
Move page size listbox from cui to svx
make it a custom widget so it is accessible e.g. to sidebar panels
Change-Id: Ic36a9a8af96a09fc76efd8e9ae75b8ebdf81717e
Reviewed-on: https://gerrit.libreoffice.org/25764
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include/svx/dialogs.hrc')
-rw-r--r-- | include/svx/dialogs.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index 5c9b5e4743a7..c030ff783924 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -1091,9 +1091,11 @@ #define RID_SVXSTR_PT (RID_SVX_START + 1392) #define RID_SVXIMG_WIDTH_CUSTOM (RID_SVX_START + 1393) #define RID_SVXIMG_WIDTH_CUSTOM_GRAY (RID_SVX_START + 1394) +#define RID_SVXSTRARY_PAPERSIZE_STD (RID_SVX_START + 1395) +#define RID_SVXSTRARY_PAPERSIZE_DRAW (RID_SVX_START + 1396) // !!! IMPORTANT: consider and update RID_SVXSTR_NEXTFREE when introducing new RIDs for Strings !!! -#define RID_SVXSTR_NEXTFREE (RID_SVX_START + 1395) +#define RID_SVXSTR_NEXTFREE (RID_SVX_START + 1397) // if we have _a_lot_ time, we should group the resource ids by type, instead // of grouping them by semantics. The reason is that resource ids have to be |