summaryrefslogtreecommitdiff
path: root/sw/inc/fmtsrnd.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-05 14:55:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-05 14:55:46 +0000
commit60b1792fa7986c769d07e9f7708b6c5374aff273 (patch)
tree5809103b8229634a8e0687b11877e40fc95fd4c3 /sw/inc/fmtsrnd.hxx
parentcbf5fc610a6cb742bcf463ae56468ccecdc54df6 (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/fmtsrnd.hxx')
-rw-r--r--sw/inc/fmtsrnd.hxx7
1 files changed, 2 insertions, 5 deletions
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 );