summaryrefslogtreecommitdiff
path: root/sw/inc/txtinet.hxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2001-03-15 14:59:12 +0000
committerAndreas Martens <ama@openoffice.org>2001-03-15 14:59:12 +0000
commitda7671e4f7482110ecd0cfbfd7dbd9e0b873c81c (patch)
tree0bcc29dcd64fe91b78fb02b89dbf993146cf771f /sw/inc/txtinet.hxx
parentf5e62c3d12dedf359400405e72ded11c347478f0 (diff)
Opt.(FME): The new attribute handler makes a lot of code superfluous
Diffstat (limited to 'sw/inc/txtinet.hxx')
-rw-r--r--sw/inc/txtinet.hxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/sw/inc/txtinet.hxx b/sw/inc/txtinet.hxx
index ffa231dc32f2..4c29d9f65f73 100644
--- a/sw/inc/txtinet.hxx
+++ b/sw/inc/txtinet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtinet.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ama $ $Date: 2000-09-25 12:02:29 $
+ * last change: $Author: ama $ $Date: 2001-03-15 15:48:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,17 +72,12 @@ class SvxFont;
class SwTxtNode;
class SwCharFmt;
class Color;
-class SwImplPrev;
// ATT_INETFMT *********************************************
class SwTxtINetFmt : public SwTxtAttrEnd, public SwClient
{
- SwImplPrev *pImpl;
SwTxtNode* pMyTxtNd;
- BOOL bPrevNoHyph : 1;
- BOOL bPrevBlink : 1;
- BOOL bPrevURL : 1;
BOOL bVisited : 1; // Besuchter Link?
BOOL bValidVis : 1; // Ist das bVisited-Flag gueltig?
BOOL bColor : 1;
@@ -92,9 +87,6 @@ public:
virtual ~SwTxtINetFmt();
TYPEINFO();
- virtual void ChgFnt(SwFont *);
- virtual void RstFnt(SwFont *);
-
virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew);
virtual BOOL GetInfo( SfxPoolItem& rInfo ) const;