diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-05 14:53:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-05 14:53:13 +0000 |
commit | ee5bb027492ce306b6561bd859d10e83aef376d7 (patch) | |
tree | d8f8b47a2e423ac73bf3af1ad74cf9f69b5c1089 /sw/inc/fmtline.hxx | |
parent | e55fbd5672d176a553752741fcde177f2a6e6462 (diff) |
INTEGRATION: CWS os44 (1.7.162); FILE MERGED
2004/11/24 13:57:08 os 1.7.162.1: #i37761# sw3io files removed
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r-- | sw/inc/fmtline.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx index d8899785974d..f9b608ad6e43 100644 --- a/sw/inc/fmtline.hxx +++ b/sw/inc/fmtline.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtline.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2004-08-23 08:34:17 $ + * last change: $Author: rt $ $Date: 2005-01-05 15:53:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,14 +91,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 nVer) 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 = 0 ) const; virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ); |