summaryrefslogtreecommitdiff
path: root/sw/inc/paratr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-05 14:56:49 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-05 14:56:49 +0000
commitd4a37cc1e8d053d5f5eea52f6e6390a0db27c12c (patch)
tree26393e064eb3039d62acc52a8d2cc8833c0b2c12 /sw/inc/paratr.hxx
parenta78cb5e9d838cf5e18e9258b1b9cb7b77fe056ed (diff)
INTEGRATION: CWS os44 (1.10.162); FILE MERGED
2004/11/24 13:57:10 os 1.10.162.1: #i37761# sw3io files removed
Diffstat (limited to 'sw/inc/paratr.hxx')
-rw-r--r--sw/inc/paratr.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx
index f23e37394ecc..7456b744f302 100644
--- a/sw/inc/paratr.hxx
+++ b/sw/inc/paratr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: paratr.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:37:48 $
+ * last change: $Author: rt $ $Date: 2005-01-05 15:56:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,8 +126,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 SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
@@ -135,7 +133,6 @@ public:
const IntlWrapper* pIntl = 0) const;
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );
- virtual USHORT GetVersion( USHORT nFFVer ) const;
inline BYTE GetLines() const { return nLines; }
inline BYTE &GetLines() { return nLines; }
@@ -178,14 +175,11 @@ public:
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual SfxPoolItem* Create( SvStream&, USHORT ) const;
- virtual SvStream& Store( SvStream&, USHORT nIVer ) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
const IntlWrapper* pIntl = 0 ) const;
- virtual USHORT GetVersion( USHORT nFFVer ) const;
};
inline SwRegisterItem::SwRegisterItem( const BOOL bRegister ) :
@@ -222,14 +216,11 @@ public:
// "pure virtual Methoden" vom SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual SfxPoolItem* Create( SvStream&, USHORT ) const;
- virtual SvStream& Store( SvStream&, USHORT nIVer ) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
const IntlWrapper* pIntl = 0 ) const;
- virtual USHORT GetVersion( USHORT nFFVer ) const;
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId );