From 209fa5391f5e802ce60b13f327b756f75fa867ba Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 16 Jul 2003 17:05:19 +0000 Subject: INTEGRATION: CWS ooo11rc2 (1.2.272); FILE MERGED 2003/07/15 03:08:51 fa 1.2.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only. http://www.openoffice.org/issues/show_bug.cgi?id=16849 Contributor: Kevin Hendricks Dan fa@ooo --- sw/inc/fmtcntnt.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/fmtcntnt.hxx') diff --git a/sw/inc/fmtcntnt.hxx b/sw/inc/fmtcntnt.hxx index f1e393148b66..66fbffcd0b42 100644 --- a/sw/inc/fmtcntnt.hxx +++ b/sw/inc/fmtcntnt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtcntnt.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2002-08-23 12:55:37 $ + * last change: $Author: hr $ $Date: 2003-07-16 18:04:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,7 @@ public: void SetNewCntntIdx( const SwNodeIndex *pIdx ); }; -#ifndef MACOSX +#if !(defined(MACOSX) && ( __GNUC__ < 3 )) // GrP moved to gcc_outl.hxx; revisit with gcc3 inline const SwFmtCntnt &SwAttrSet::GetCntnt(BOOL bInP) const { return (const SwFmtCntnt&)Get( RES_CNTNT,bInP); } -- cgit