summaryrefslogtreecommitdiff
path: root/sw/inc/fmtanchr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 16:52:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 16:52:56 +0000
commit5b7632a38c029505548a1278fa74ba5153456b61 (patch)
treeeddd2c09d63d7b38d2d4bda3b5cdf73d0c40c6a1 /sw/inc/fmtanchr.hxx
parent1d13a40315a9112f20bbbf986de8891fce729cb8 (diff)
INTEGRATION: CWS geordi2q14 (1.4.274); FILE MERGED
2004/01/30 14:26:10 hr 1.4.274.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'sw/inc/fmtanchr.hxx')
-rw-r--r--sw/inc/fmtanchr.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/fmtanchr.hxx b/sw/inc/fmtanchr.hxx
index 66852631aa5e..144257f34711 100644
--- a/sw/inc/fmtanchr.hxx
+++ b/sw/inc/fmtanchr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtanchr.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-07-16 18:04:13 $
+ * last change: $Author: hr $ $Date: 2004-02-02 17:52:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,14 +121,11 @@ public:
void SetAnchor( const SwPosition *pPos );
};
-#if !(defined(MACOSX) && ( __GNUC__ < 3 ))
-// GrP moved to gcc_outl.cxx; revisit with gcc3
inline const SwFmtAnchor &SwAttrSet::GetAnchor(BOOL bInP) const
{ return (const SwFmtAnchor&)Get( RES_ANCHOR,bInP); }
inline const SwFmtAnchor &SwFmt::GetAnchor(BOOL bInP) const
{ return aSet.GetAnchor(bInP); }
-#endif
#endif