summaryrefslogtreecommitdiff
path: root/sw/inc/txatbase.hxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2001-03-12 09:01:09 +0000
committerAndreas Martens <ama@openoffice.org>2001-03-12 09:01:09 +0000
commit7c30e09f6c980bf0b4e550bd64b9d7f5ae4ebb3a (patch)
tree56b839fa3f17aa7ecb6aebe6c8f95bd973e54bdb /sw/inc/txatbase.hxx
parent35918d023032ef33111e54cb319e625a27f5333d (diff)
New: Fontattribute relief
Diffstat (limited to 'sw/inc/txatbase.hxx')
-rw-r--r--sw/inc/txatbase.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/inc/txatbase.hxx b/sw/inc/txatbase.hxx
index ab17fe698767..ca56af1d8e5f 100644
--- a/sw/inc/txatbase.hxx
+++ b/sw/inc/txatbase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txatbase.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: ama $ $Date: 2001-03-06 16:05:31 $
+ * last change: $Author: ama $ $Date: 2001-03-12 09:54:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -217,9 +217,9 @@ class SwTxtAttrEnd : public SwTxtAttr
{
protected:
xub_StrLen nEnd;
- SwTxtAttrEnd( const SfxPoolItem& rAttr, USHORT nStart, USHORT nEnd );
public:
+ SwTxtAttrEnd( const SfxPoolItem& rAttr, USHORT nStart, USHORT nEnd );
virtual xub_StrLen* GetEnd();
};
@@ -471,6 +471,9 @@ inline const SvxCharReliefItem& SwTxtAttr::GetCharRelief() const
/*************************************************************************
$Log: not supported by cvs2svn $
+ Revision 1.11 2001/03/06 16:05:31 ama
+ Chg by FME: Attribute handler
+
Revision 1.10 2001/03/05 13:50:48 jp
new: SvxCharReliefItem