summaryrefslogtreecommitdiffstats
path: root/sw/inc/node.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-09 20:57:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-12 09:38:59 +0000
commita28c265ea4bf318cd993673cab88f609d7294220 (patch)
tree71b3b30397df36d292f27e1af2ceb14f044cce53 /sw/inc/node.hxx
parentde-obscure things direct ND_TEXTNODE id compare -> IsTxtNode (diff)
downloadcore-a28c265ea4bf318cd993673cab88f609d7294220.tar.gz
core-a28c265ea4bf318cd993673cab88f609d7294220.zip
de-ICC this for maximum readability
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r--sw/inc/node.hxx23
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();