From 60b1792fa7986c769d07e9f7708b6c5374aff273 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 5 Jan 2005 14:55:46 +0000 Subject: INTEGRATION: CWS os44 (1.6.162); FILE MERGED 2004/11/24 13:57:10 os 1.6.162.1: #i37761# sw3io files removed --- sw/inc/fmtsrnd.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sw/inc/fmtsrnd.hxx') diff --git a/sw/inc/fmtsrnd.hxx b/sw/inc/fmtsrnd.hxx index e24224a50a22..a20c5c0ffe4e 100644 --- a/sw/inc/fmtsrnd.hxx +++ b/sw/inc/fmtsrnd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtsrnd.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2004-08-23 08:35:14 $ + * last change: $Author: rt $ $Date: 2005-01-05 15:55:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,15 +103,12 @@ 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 GetValueCount() 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 ); -- cgit