diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 16:57:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 16:57:48 +0000 |
commit | cff381c01a0a2dd8b24746373b448056c65bc665 (patch) | |
tree | ebc5781b3af9d00231b1ff0ec211b6f7cbffe407 /sw/inc/fmtline.hxx | |
parent | 635df8cac3a15cf161c0c2efc7884bf2d36f9870 (diff) |
INTEGRATION: CWS geordi2q14 (1.5.274); FILE MERGED
2004/01/30 14:26:14 hr 1.5.274.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r-- | sw/inc/fmtline.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx index 2f26070ceec4..9ec2bac45443 100644 --- a/sw/inc/fmtline.hxx +++ b/sw/inc/fmtline.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtline.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-07-16 18:06:05 $ + * last change: $Author: hr $ $Date: 2004-02-02 17:57:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,14 +105,11 @@ public: void SetCountLines( BOOL b ) { bCountLines = b; } }; -#if !(defined(MACOSX) && ( __GNUC__ < 3 )) -// GrP moved to gcc_outl.cxx; revisit with gcc3 inline const SwFmtLineNumber &SwAttrSet::GetLineNumber(BOOL bInP) const { return (const SwFmtLineNumber&)Get( RES_LINENUMBER,bInP); } inline const SwFmtLineNumber &SwFmt::GetLineNumber(BOOL bInP) const { return aSet.GetLineNumber(bInP); } -#endif #endif |