diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-12-07 01:18:06 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-12-07 14:48:18 +0200 |
commit | 74ef8a4148f7d8fdf0d40481f879cdd13b27aafb (patch) | |
tree | 04b152a2e75d94854cd06bffa8dea5b8dd8fb806 /include/svx | |
parent | 6521e61c4e0e39ed285188f50e0856e56d86e3e5 (diff) |
Introduce ParaspaceIncrease/Decrease commands in Writer and Calc
Change-Id: Ia8933697fd7bd827bb69c0976f13112eb2131888
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svxids.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 23a9df59f6f9..beaf54f1d3c9 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -1002,9 +1002,11 @@ //UUUU #define SID_OFFER_IMPORT ( SID_SVX_START + 1143 ) #define SID_DRAWINGLAYER_FILLSTYLES ( SID_SVX_START + 1144) +#define SID_PARASPACE_INCREASE ( SID_SVX_START + 1145 ) +#define SID_PARASPACE_DECREASE ( SID_SVX_START + 1146 ) // IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id -#define SID_SVX_FIRSTFREE (SID_DRAWINGLAYER_FILLSTYLES + 1) +#define SID_SVX_FIRSTFREE (SID_PARASPACE_DECREASE + 1) // Overflow check for slot IDs |