summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftn.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-05 14:51:33 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-05 14:51:33 +0000
commit0a505872d71ca845fd202812a94cd4e73d3646d4 (patch)
tree57fae290b507b349859ad14cb8594f1de21f98f6 /sw/inc/fmtftn.hxx
parent5fdf6a12a04326a2e11e492303cefff06aac4acf (diff)
INTEGRATION: CWS os44 (1.2.162); FILE MERGED
2004/11/24 13:57:07 os 1.2.162.1: #i37761# sw3io files removed
Diffstat (limited to 'sw/inc/fmtftn.hxx')
-rw-r--r--sw/inc/fmtftn.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/fmtftn.hxx b/sw/inc/fmtftn.hxx
index cb1d85353ae3..37e3d9cefec2 100644
--- a/sw/inc/fmtftn.hxx
+++ b/sw/inc/fmtftn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtftn.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:33:39 $
+ * last change: $Author: rt $ $Date: 2005-01-05 15:51:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,9 +95,6 @@ public:
// "pure virtual Methoden" vom SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const;
- virtual SfxPoolItem* Create(SvStream &, USHORT nVer) const;
- virtual SvStream& Store(SvStream &, USHORT nIVer) const;
- virtual USHORT GetVersion( USHORT nFFVer ) const;
const String &GetNumStr() const { return aNumber; }
const USHORT &GetNumber() const { return nNumber; }