summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-10-23 16:29:59 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-23 16:29:59 +0100
commitcdcff691a50950ddb3d720ebc009b5ca36265fde (patch)
tree869119b32efa8fe4370638da5c5e09fa54a7a440 /starmath/inc/node.hxx
parent718b4c4e2c45fd63b73c1a1a25bc2dcfe4b0cd1a (diff)
undo merging issue
Diffstat (limited to 'starmath/inc/node.hxx')
-rw-r--r--starmath/inc/node.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 0ff97fd12a77..493e7e7d03c8 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -114,8 +114,12 @@ class SmNode : public SmRect
SmNodeType eType;
SmScaleMode eScaleMode;
RectHorAlign eRectHorAlign;
- USHORT nFlags, nAttributes;
- BOOL bIsPhantom, bIsDebug;
+ USHORT nFlags,
+ nAttributes;
+ BOOL bIsPhantom,
+ bIsDebug;
+
+ BOOL bIsSelected;
protected:
SmNode(SmNodeType eNodeType, const SmToken &rNodeToken);