diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-05 14:55:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-05 14:55:46 +0000 |
commit | 60b1792fa7986c769d07e9f7708b6c5374aff273 (patch) | |
tree | 5809103b8229634a8e0687b11877e40fc95fd4c3 /sw/inc/fmturl.hxx | |
parent | cbf5fc610a6cb742bcf463ae56468ccecdc54df6 (diff) |
INTEGRATION: CWS os44 (1.6.162); FILE MERGED
2004/11/24 13:57:10 os 1.6.162.1: #i37761# sw3io files removed
Diffstat (limited to 'sw/inc/fmturl.hxx')
-rw-r--r-- | sw/inc/fmturl.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/fmturl.hxx b/sw/inc/fmturl.hxx index 4f4e0298d870..b459f8551d55 100644 --- a/sw/inc/fmturl.hxx +++ b/sw/inc/fmturl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmturl.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2004-08-23 08:35:26 $ + * last change: $Author: rt $ $Date: 2005-01-05 15:55:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,14 +102,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 ); |