summaryrefslogtreecommitdiff
path: root/sw/inc/fmtcntnt.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-23 11:55:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-23 11:55:37 +0000
commit34309089a2c84c2879c1cc4715ddbf9a17f61a64 (patch)
tree491e1135861d34ce90e714604300d4217c7dbf4a /sw/inc/fmtcntnt.hxx
parentc54d70ff227e40b93624a70b57fae9c8d6bc7c32 (diff)
#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.1-1.1.1.32.1) -> HEAD
Diffstat (limited to 'sw/inc/fmtcntnt.hxx')
-rw-r--r--sw/inc/fmtcntnt.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/fmtcntnt.hxx b/sw/inc/fmtcntnt.hxx
index 45b00d904c7a..f1e393148b66 100644
--- a/sw/inc/fmtcntnt.hxx
+++ b/sw/inc/fmtcntnt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtcntnt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:25 $
+ * last change: $Author: hr $ $Date: 2002-08-23 12:55:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,11 +98,14 @@ public:
void SetNewCntntIdx( const SwNodeIndex *pIdx );
};
+#ifndef MACOSX
+// GrP moved to gcc_outl.hxx; revisit with gcc3
inline const SwFmtCntnt &SwAttrSet::GetCntnt(BOOL bInP) const
{ return (const SwFmtCntnt&)Get( RES_CNTNT,bInP); }
inline const SwFmtCntnt &SwFmt::GetCntnt(BOOL bInP) const
{ return aSet.GetCntnt(bInP); }
+#endif
#endif