summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-07 20:56:15 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-08 14:17:32 -0500
commit365bf7410caaf9a81b0c62b806a221744745a3b9 (patch)
treeeb95351c8d6c87671f6817f5163e11bc688c23fd /sc/inc
parentee61862a385466be28eede2def90674df891fd6e (diff)
Mark detective arrows clearly since we need to treat them differently.
Otherwise it gets confused with normal arrow objects during re- positioning.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/userdat.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/userdat.hxx b/sc/inc/userdat.hxx
index ed6adc283292..e0463b39c064 100644
--- a/sc/inc/userdat.hxx
+++ b/sc/inc/userdat.hxx
@@ -59,7 +59,7 @@ public:
class ScDrawObjData : public SdrObjUserData
{
public:
- enum Type { CellNote, ValidationCircle, DrawingObject };
+ enum Type { CellNote, ValidationCircle, DetectiveArrow, DrawingObject };
ScAddress maStart;
ScAddress maEnd;