diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-09 09:41:08 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-13 08:10:15 +0100 |
commit | 1a7444ed69a68696b05feb3f3618b6704a140ba6 (patch) | |
tree | f598a4a6ada225691de143689ba3ff3425961c40 /include/svx/svxids.hrc | |
parent | b0259d3e857bef53b27c3f61ecc448c3f96aad07 (diff) |
tdf#114552 Convert anchor toggle to anchor menu
Since we now have three, not two anchor types.
Change-Id: I9654de574a9d546d2191093cba9c192fac3cd3d7
Reviewed-on: https://gerrit.libreoffice.org/50987
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx/svxids.hrc')
-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 248a37638775..e568f24e535b 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -962,9 +962,10 @@ class SfxStringItem; #define SID_BMPMASK_COLOR ( SID_SVX_START + 1169 ) #define SID_PARAGRAPH_SIGN_CLASSIFY_DLG ( SID_SVX_START + 1170 ) #define SID_CLASSIFICATION_DIALOG ( SID_SVX_START + 1171 ) +#define SID_ANCHOR_MENU ( SID_SVX_START + 1172 ) // IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id -#define SID_SVX_FIRSTFREE ( SID_CLASSIFICATION_DIALOG + 1 ) +#define SID_SVX_FIRSTFREE ( SID_ANCHOR_MENU + 1 ) // Overflow check for slot IDs #if SID_SVX_FIRSTFREE > SID_SVX_END |