diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:03:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:03:20 +0000 |
commit | f0d54c3e9e368ed736d8bce6af918516ca3483b7 (patch) | |
tree | 225529da69ab0248420da3619733a1d2209835fb /sw/inc/ndole.hxx | |
parent | 2da096f1c642e6bcde66adbb13e20f765c9e25eb (diff) |
INTEGRATION: CWS geordi2q14 (1.4.274); FILE MERGED
2004/01/30 14:26:18 hr 1.4.274.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r-- | sw/inc/ndole.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index c86af96d9749..1a2d71f82ce3 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ndole.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-07-16 18:08:05 $ + * last change: $Author: hr $ $Date: 2004-02-02 18:03:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -169,8 +169,6 @@ public: // Inline Metoden aus Node.hxx - erst hier ist der TxtNode bekannt !! -#if !(defined(MACOSX) && ( __GNUC__ < 3 )) -// GrP moved to gcc_outl.cxx; revisit with gcc3 inline SwOLENode *SwNode::GetOLENode() { return ND_OLENODE == nNodeType ? (SwOLENode*)this : 0; @@ -179,7 +177,6 @@ inline const SwOLENode *SwNode::GetOLENode() const { return ND_OLENODE == nNodeType ? (const SwOLENode*)this : 0; } -#endif #endif // _NDOLE_HXX |