diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-09 20:57:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-12 09:38:59 +0000 |
commit | a28c265ea4bf318cd993673cab88f609d7294220 (patch) | |
tree | 71b3b30397df36d292f27e1af2ceb14f044cce53 /sw/inc/node.hxx | |
parent | f836ad5caa4f3b83d6382afdda5dbe18719f6096 (diff) |
de-ICC this for maximum readability
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index ec8f58fb1024..bbe3c5934be9 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -149,21 +149,14 @@ public: inline const SwCntntNode *GetCntntNode() const; inline SwEndNode *GetEndNode(); inline const SwEndNode *GetEndNode() const; -#ifndef ICC - inline -#endif - SwTxtNode *GetTxtNode(); - -#ifndef ICC - inline -#endif - const SwTxtNode *GetTxtNode() const; - inline SwOLENode *GetOLENode(); - inline const SwOLENode *GetOLENode() const; - inline SwNoTxtNode *GetNoTxtNode(); - inline const SwNoTxtNode *GetNoTxtNode() const; - inline SwGrfNode *GetGrfNode(); - inline const SwGrfNode *GetGrfNode() const; + inline SwTxtNode *GetTxtNode(); + inline const SwTxtNode *GetTxtNode() const; + inline SwOLENode *GetOLENode(); + inline const SwOLENode *GetOLENode() const; + inline SwNoTxtNode *GetNoTxtNode(); + inline const SwNoTxtNode *GetNoTxtNode() const; + inline SwGrfNode *GetGrfNode(); + inline const SwGrfNode *GetGrfNode() const; inline SwTableNode *GetTableNode(); inline const SwTableNode *GetTableNode() const; inline SwSectionNode *GetSectionNode(); |