Drop unused ATTR_OPTIONS_SNAP
after commit 563573068f
Change-Id: Iafa5ec21cd833ed9b8ebbdaea03086f4fa1784c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167884
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Tested-by: Jenkins
This commit is contained in:
parent
ebb1444a17
commit
46b497f546
1 changed files with 1 additions and 2 deletions
|
@ -102,8 +102,7 @@ class XColorItem;
|
|||
#define ATTR_OPTIONS_START ATTR_SNAPLINE_END + 1
|
||||
#define ATTR_OPTIONS_LAYOUT ATTR_OPTIONS_START + 1
|
||||
#define ATTR_OPTIONS_MISC TypedWhichId<SdOptionsMiscItem>(ATTR_OPTIONS_START + 2)
|
||||
#define ATTR_OPTIONS_SNAP ATTR_OPTIONS_START + 3
|
||||
#define ATTR_OPTIONS_PRINT TypedWhichId<SdOptionsPrintItem>(ATTR_OPTIONS_START + 4)
|
||||
#define ATTR_OPTIONS_PRINT TypedWhichId<SdOptionsPrintItem>(ATTR_OPTIONS_START + 3)
|
||||
#define ATTR_OPTIONS_END ATTR_OPTIONS_PRINT
|
||||
|
||||
#define ATTR_OPTIONS_SCALE_START ATTR_OPTIONS_END + 1
|
||||
|
|
Loading…
Reference in a new issue