diff options
author | Júlio Hoffimann <julio.hoffimann@gmail.com> | 2010-10-18 12:55:43 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-18 12:55:43 +0100 |
commit | c901ec7b5883b3e88a4c8d239adb5a3bfea5dcdb (patch) | |
tree | 20bc2e11a0e00912568e85e28f745ce387704c3d /starmath/inc/node.hxx | |
parent | 34c3c152e80e2c260733212de616e0e812a79eaf (diff) |
comments cleanup
Diffstat (limited to 'starmath/inc/node.hxx')
-rw-r--r-- | starmath/inc/node.hxx | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 92eceefc836f..ab4f633e417f 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -26,11 +26,9 @@ * ************************************************************************/ - #ifndef NODE_HXX #define NODE_HXX - #include <vector> #include "parse.hxx" @@ -88,16 +86,14 @@ enum SmNodeType class SmNode : public SmRect { - SmFace aFace; + SmFace aFace; - SmToken aNodeToken; + SmToken aNodeToken; SmNodeType eType; SmScaleMode eScaleMode; RectHorAlign eRectHorAlign; - USHORT nFlags, - nAttributes; - BOOL bIsPhantom, - bIsDebug; + USHORT nFlags, nAttributes; + BOOL bIsPhantom, bIsDebug; protected: SmNode(SmNodeType eNodeType, const SmToken &rNodeToken); |