diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 14:35:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-04 08:47:36 +0200 |
commit | e0c64cbeaf458cabcf8f4ac7c8aac4cd1896273c (patch) | |
tree | bf166a6e1f79f5a7f61210480ff28b843f247d27 /include/svx/svddef.hxx | |
parent | ac8fc5a6a5a1adef7aaa8aa901439e268283d113 (diff) |
rename SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNT
and SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNT
Change-Id: Ib6c370025a56586df1cdf7abcab2f0dfe599a64a
Reviewed-on: https://gerrit.libreoffice.org/40738
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svddef.hxx')
-rw-r--r-- | include/svx/svddef.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svddef.hxx b/include/svx/svddef.hxx index 334a1c37ce5f..deca8bcf2310 100644 --- a/include/svx/svddef.hxx +++ b/include/svx/svddef.hxx @@ -122,7 +122,7 @@ #define SDRATTR_EDGENODE2VERTDIST (SDRATTR_EDGE_FIRST + 4) /* 1131 */ /* Pool V4 */ #define SDRATTR_EDGENODE1GLUEDIST (SDRATTR_EDGE_FIRST + 5) /* 1132 */ /* Pool V4 */ #define SDRATTR_EDGENODE2GLUEDIST (SDRATTR_EDGE_FIRST + 6) /* 1133 */ /* Pool V4 */ -#define SDRATTR_EDGELINEDELTAANZ (SDRATTR_EDGE_FIRST + 7) /* 1134 */ /* Pool V4 */ +#define SDRATTR_EDGELINEDELTACOUNT (SDRATTR_EDGE_FIRST + 7) /* 1134 */ /* Pool V4 */ #define SDRATTR_EDGELINE1DELTA (SDRATTR_EDGE_FIRST + 8) /* 1135 */ /* Pool V4 */ #define SDRATTR_EDGELINE2DELTA (SDRATTR_EDGE_FIRST + 9) /* 1136 */ /* Pool V4 */ #define SDRATTR_EDGELINE3DELTA (SDRATTR_EDGE_FIRST +10) /* 1137 */ /* Pool V4 */ |