summaryrefslogtreecommitdiff
path: root/sw/inc/fmtfollowtextflow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtfollowtextflow.hxx')
-rw-r--r--sw/inc/fmtfollowtextflow.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/fmtfollowtextflow.hxx b/sw/inc/fmtfollowtextflow.hxx
index 7f079d3ca9b2..f687c25b79a9 100644
--- a/sw/inc/fmtfollowtextflow.hxx
+++ b/sw/inc/fmtfollowtextflow.hxx
@@ -53,15 +53,11 @@ public:
const IntlWrapper* pIntl = 0 ) const;
};
-
-#if !(defined(MACOSX) && ( __GNUC__ < 3 ))
-// GrP moved to gcc_outl.cxx; revisit with gcc3
inline const SwFmtFollowTextFlow &SwAttrSet::GetFollowTextFlow(sal_Bool bInP) const
{ return (const SwFmtFollowTextFlow&)Get( RES_FOLLOW_TEXT_FLOW, bInP ); }
inline const SwFmtFollowTextFlow &SwFmt::GetFollowTextFlow(sal_Bool bInP) const
{ return aSet.GetFollowTextFlow( bInP ); }
-#endif
#endif