summaryrefslogtreecommitdiff
path: root/sw/inc/fmtpdsc.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-05 14:54:13 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-05 14:54:13 +0000
commitcdc3a285134775bf87ebccb6c22378242ee98ed2 (patch)
tree4106412a2f2599f77c28e987f05e809e01f6e865 /sw/inc/fmtpdsc.hxx
parent6ff3fe860a62f7e9cd994608f0dabbc18cad3923 (diff)
INTEGRATION: CWS os44 (1.9.162); FILE MERGED
2004/11/24 13:57:09 os 1.9.162.1: #i37761# sw3io files removed
Diffstat (limited to 'sw/inc/fmtpdsc.hxx')
-rw-r--r--sw/inc/fmtpdsc.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx
index 02658cfcd7ce..70388948ebb2 100644
--- a/sw/inc/fmtpdsc.hxx
+++ b/sw/inc/fmtpdsc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtpdsc.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:34:51 $
+ * last change: $Author: rt $ $Date: 2005-01-05 15:54:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,14 +112,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 );