summaryrefslogtreecommitdiff
path: root/sw/inc/fmtornt.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 17:06:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 17:06:28 +0000
commit7238be54cbbd6f063c8405cfb3aa22cbdd1ae5b3 (patch)
tree2d766bb416374600927701e6ed68d98888b32463 /sw/inc/fmtornt.hxx
parente8d7086ff57a7074509ca2310d6f704ad53bfdf0 (diff)
INTEGRATION: CWS ooo11rc2 (1.5.272); FILE MERGED
2003/07/15 03:08:53 fa 1.5.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
Diffstat (limited to 'sw/inc/fmtornt.hxx')
-rw-r--r--sw/inc/fmtornt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fmtornt.hxx b/sw/inc/fmtornt.hxx
index b1ed54630b..02e7cab679 100644
--- a/sw/inc/fmtornt.hxx
+++ b/sw/inc/fmtornt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtornt.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2002-08-23 13:21:17 $
+ * last change: $Author: hr $ $Date: 2003-07-16 18:06:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -181,7 +181,7 @@ inline SwFmtHoriOrient &SwFmtHoriOrient::operator=( const SwFmtHoriOrient &rCpy
return *this;
}
-#ifndef MACOSX
+#if !(defined(MACOSX) && ( __GNUC__ < 3 ))
// GrP moved to gcc_outl.cxx
inline const SwFmtVertOrient &SwAttrSet::GetVertOrient(BOOL bInP) const
{ return (const SwFmtVertOrient&)Get( RES_VERT_ORIENT,bInP); }