summaryrefslogtreecommitdiff
path: root/sw/inc/charatr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 16:52:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 16:52:22 +0000
commit1d13a40315a9112f20bbbf986de8891fce729cb8 (patch)
tree31426b4c3001013098b7124ecd106d343cea1ae6 /sw/inc/charatr.hxx
parentd06dd60cd739e057d62a3ea25a3692b2949029fe (diff)
INTEGRATION: CWS geordi2q14 (1.10.274); FILE MERGED
2004/01/30 14:26:10 hr 1.10.274.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'sw/inc/charatr.hxx')
-rw-r--r--sw/inc/charatr.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/sw/inc/charatr.hxx b/sw/inc/charatr.hxx
index 2c5b7fe60270..50b6448dd31e 100644
--- a/sw/inc/charatr.hxx
+++ b/sw/inc/charatr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: charatr.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-07-16 18:04:01 $
+ * last change: $Author: hr $ $Date: 2004-02-02 17:52:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,12 +108,8 @@ inline const SvxFontHeightItem &SwAttrSet::GetCTLSize(BOOL bInP) const
{ return (const SvxFontHeightItem&)Get( RES_CHRATR_CTL_FONTSIZE,bInP); }
inline const SvxPropSizeItem &SwAttrSet::GetPropSize(BOOL bInP) const
{ return (const SvxPropSizeItem&)Get( RES_CHRATR_PROPORTIONALFONTSIZE,bInP); }
-
-#if !(defined(MACOSX) && ( __GNUC__ < 3 ))
-// GrP moved to gcc_outl.cxx; revisit with gcc3
inline const SvxFontItem &SwAttrSet::GetFont(BOOL bInP) const
{ return (const SvxFontItem&)Get( RES_CHRATR_FONT,bInP); }
-#endif
inline const SvxFontItem &SwAttrSet::GetCJKFont(BOOL bInP) const
{ return (const SvxFontItem&)Get( RES_CHRATR_CJK_FONT,bInP); }
inline const SvxFontItem &SwAttrSet::GetCTLFont(BOOL bInP) const
@@ -176,11 +172,8 @@ inline const SvxFontHeightItem &SwFmt::GetSize(BOOL bInP) const
{ return aSet.GetSize(bInP); }
inline const SvxPropSizeItem &SwFmt::GetPropSize(BOOL bInP) const
{ return aSet.GetPropSize(bInP); }
-#if !(defined(MACOSX) && ( __GNUC__ < 3 ))
-// GrP moved to gcc_outl.cxx; revisit with gcc3
inline const SvxFontItem &SwFmt::GetFont(BOOL bInP) const
{ return aSet.GetFont(bInP); }
-#endif
inline const SvxFontItem &SwFmt::GetCJKFont(BOOL bInP) const
{ return aSet.GetCJKFont(bInP); }
inline const SvxFontItem &SwFmt::GetCTLFont(BOOL bInP) const