summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorAaron Strontsman <heinzlesspam@gmail.com>2011-11-10 13:17:48 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-11-18 16:36:03 +0000
commitb020f97590fe0ee8e4631e1e22b43a2f4700b1ba (patch)
tree5f1b6eafb1d33d6b1347f3ec108bb2e4ececdd8c /svx/inc
parentce888a74614aa83e17a34e557f416acb262419a1 (diff)
Some further changes to the (new) handles
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdhdl.hxx2
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.