diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:04:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:04:22 +0000 |
commit | 0066b01b0c430cae2f98563b3e2992480fa5c7fe (patch) | |
tree | 6104b33bc63659f14fa29bef0dc6a95552d36b2a /sw/inc/node.hxx | |
parent | bfe23c1a9c9a38c6109ad832f9fb23aa18af4414 (diff) |
INTEGRATION: CWS geordi2q14 (1.6.274); FILE MERGED
2004/01/30 14:26:19 hr 1.6.274.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index db9f4a9dab89..fbf1006dd038 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -2,9 +2,9 @@ * * $RCSfile: node.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2003-07-16 18:08:26 $ + * last change: $Author: hr $ $Date: 2004-02-02 18:04:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,11 +113,7 @@ class SwPageDesc; class ViewShell; struct SwPosition; -#if defined(MACOSX) && ( __GNUC__ < 3 ) -#define INLINE /* GrP revisit with gcc3 */ -#else #define INLINE inline -#endif // -------------------- // class SwNode |