summaryrefslogtreecommitdiff
path: root/sw/inc/charatr.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-03-05 12:50:48 +0000
committerjp <jp@openoffice.org>2001-03-05 12:50:48 +0000
commit7a47e2126981f89137f8c072e83caf7a05f16e1d (patch)
tree379426f942b0680013df06adf90a462860150716 /sw/inc/charatr.hxx
parent309844125012f7b3b999f50038de6f1340d215cf (diff)
new: SvxCharReliefItem
Diffstat (limited to 'sw/inc/charatr.hxx')
-rw-r--r--sw/inc/charatr.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/charatr.hxx b/sw/inc/charatr.hxx
index 536216f3fcf1..3fb1e64ad6b3 100644
--- a/sw/inc/charatr.hxx
+++ b/sw/inc/charatr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: charatr.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jp $ $Date: 2001-02-15 20:10:39 $
+ * last change: $Author: jp $ $Date: 2001-03-05 13:50:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,6 +142,8 @@ inline const SvxCharScaleWidthItem &SwAttrSet::GetCharScaleW( BOOL bInP ) const
{ return (const SvxCharScaleWidthItem&)Get( RES_CHRATR_SCALEW, bInP ); }
inline const SvxCharRotateItem &SwAttrSet::GetCharRotate( BOOL bInP ) const
{ return (const SvxCharRotateItem&)Get( RES_CHRATR_ROTATE, bInP ); }
+inline const SvxCharReliefItem &SwAttrSet::GetCharRelief( BOOL bInP ) const
+ { return (const SvxCharReliefItem&)Get( RES_CHRATR_RELIEF, bInP ); }
/******************************************************************************
* Implementierung der Charakter-Attribut Methoden vom SwFmt
@@ -196,5 +198,7 @@ inline const SvxCharScaleWidthItem &SwFmt::GetCharScaleW( BOOL bInP ) const
{ return aSet.GetCharScaleW(bInP); }
inline const SvxCharRotateItem &SwFmt::GetCharRotate( BOOL bInP ) const
{ return aSet.GetCharRotate(bInP); }
+inline const SvxCharReliefItem &SwFmt::GetCharRelief( BOOL bInP ) const
+ { return aSet.GetCharRelief(bInP); }
#endif