diff options
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdhdl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/inc/svx/svdhdl.hxx b/svx/inc/svx/svdhdl.hxx index 91a067a7a471..a9069cec6c9a 100644 --- a/svx/inc/svx/svdhdl.hxx +++ b/svx/inc/svx/svdhdl.hxx @@ -84,6 +84,7 @@ enum SdrHdlKind HDL_REF2, // Referenzpunkt 2, z.B. Endpunkt der Spiegelachse HDL_MIRX, // Die Spiegelachse selbst HDL_GLUE, // GluePoint + HDL_GLUE_DESELECTED, // GluePoint HDL_ANCHOR, // anchor symbol (SD, SW) HDL_TRNS, // interactive transparence HDL_GRAD, // interactive gradient @@ -129,6 +130,7 @@ enum BitmapMarkerKind RectPlus_11x11, Crosshair, Glue, + Glue_Deselected, Anchor, // #98388# add AnchorPressed to be able to aninate anchor control, too. |