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-07 21:03:28 -0500
commit08708fcc39f300c477aad581e5bdc42e5931dd8c (patch)
treed905ab798a48ed6bd1325ba547d0da2fe681f08b /sc/inc
parentbe9c3de16a29a3bffde9156af346e8b9907121ed (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;