diff options
author | Andreas Martens <ama@openoffice.org> | 2001-03-15 14:47:26 +0000 |
---|---|---|
committer | Andreas Martens <ama@openoffice.org> | 2001-03-15 14:47:26 +0000 |
commit | 7860f943fd1ed7e284d75df73790535d8bb5f2ad (patch) | |
tree | 924a354a3e51236702d393c90a4a443800839608 /sw | |
parent | 3e3d3a05229a1c49d8d273d5ba99081d0541cd81 (diff) |
Opt.: The new attribute handler makes a lot of code superfluous
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/txatbase.hxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sw/inc/txatbase.hxx b/sw/inc/txatbase.hxx index ca56af1d8e5f..d8c55d569e3a 100644 --- a/sw/inc/txatbase.hxx +++ b/sw/inc/txatbase.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txatbase.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: ama $ $Date: 2001-03-12 09:54:12 $ + * last change: $Author: ama $ $Date: 2001-03-15 15:47:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -165,12 +165,6 @@ public: virtual int operator==( const SwTxtAttr& ) const; - virtual void ChgFnt( SwFont * ); - virtual void RstFnt( SwFont * ); - - virtual void ChgTxtAttr( SwTxtAttr & ); - virtual void RstTxtAttr( SwTxtAttr & ); - inline const SvxFontItem &GetFont() const; inline const SvxPostureItem &GetPosture() const; inline const SvxWeightItem &GetWeight() const; @@ -471,6 +465,9 @@ inline const SvxCharReliefItem& SwTxtAttr::GetCharRelief() const /************************************************************************* $Log: not supported by cvs2svn $ + Revision 1.12 2001/03/12 09:54:12 ama + New: Fontattribute relief + Revision 1.11 2001/03/06 16:05:31 ama Chg by FME: Attribute handler |