diff options
author | Alexander Bergmann <myaddons@gmx.de> | 2012-02-09 13:15:27 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-13 17:33:15 +0000 |
commit | 8963cc01f5267f3afc4e4a4ff5a65a67520f447b (patch) | |
tree | c1f058310dd7ac12ddc0546c5bd3f8fcdbbd1ab8 /sw | |
parent | bbeb0f7a82945e8d7b98e5d5da9f69dfc5c6fabe (diff) |
EasyHack: Removed gcc conditionals
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/fmtfollowtextflow.hxx | 4 |
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 |