diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2018-08-23 02:33:50 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2018-08-24 01:49:15 +0200 |
commit | 2ac9cb17de765cdc5c358059c6256a3e168203ac (patch) | |
tree | 5711a3d14095e15c9fc51c49e04019276b8897fd /include | |
parent | b576d593cd702560f84ac28d8a17905e5e7b8353 (diff) |
tdf#119236 Dimension dialog for Writer and Calc
Change-Id: Ifbc6c8959afcedac0fd9ec7a3f5e2cca63c11eda
Reviewed-on: https://gerrit.libreoffice.org/59484
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svxids.hrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 6c5ae5c13117..5e8cd7817534 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -967,10 +967,11 @@ class SfxStringItem; #define SID_INSERT_SIGNATURELINE ( SID_SVX_START + 1173 ) #define SID_EDIT_SIGNATURELINE ( SID_SVX_START + 1174 ) #define SID_SIGN_SIGNATURELINE ( SID_SVX_START + 1175 ) +#define SID_MEASURE_DLG ( SID_SVX_START + 1176 ) // IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id -#define SID_SVX_FIRSTFREE ( SID_SIGN_SIGNATURELINE + 1 ) +#define SID_SVX_FIRSTFREE ( SID_MEASURE_DLG + 1 ) // Overflow check for slot IDs #if SID_SVX_FIRSTFREE > SID_SVX_END |