diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-05 14:46:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-05 14:46:57 +0000 |
commit | 6fc74af07afa4792a0618bccb925a72308b8672f (patch) | |
tree | 4b85b2d44e483eb84393a4f65c86a9cac9ed654e /sw/inc/cellatr.hxx | |
parent | 12e44bbccb672caf511193414de6003b0b401087 (diff) |
INTEGRATION: CWS os44 (1.5.162); FILE MERGED
2004/11/24 13:57:04 os 1.5.162.1: #i37761# sw3io files removed
Diffstat (limited to 'sw/inc/cellatr.hxx')
-rw-r--r-- | sw/inc/cellatr.hxx | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sw/inc/cellatr.hxx b/sw/inc/cellatr.hxx index 31b4cf759056..4079f15ed684 100644 --- a/sw/inc/cellatr.hxx +++ b/sw/inc/cellatr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cellatr.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2004-08-23 08:28:40 $ + * last change: $Author: rt $ $Date: 2005-01-05 15:46:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,9 +89,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 nFileVersion) const; inline SwTblBoxNumFormat& operator=( const SwTblBoxNumFormat& rAttr ) { @@ -115,9 +112,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 nFileVersion) const; // erfrage und setze den Modify-Pointer inline const SwModify* GetDefinedIn() const { return pDefinedIn; } @@ -147,9 +141,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 nFileVersion) const; inline SwTblBoxValue& operator=( const SwTblBoxValue& rCmp ) { |