summaryrefslogtreecommitdiffstats
path: root/sw/inc/fmtline.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-05 14:53:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-05 14:53:13 +0000
commitee5bb027492ce306b6561bd859d10e83aef376d7 (patch)
treed8f8b47a2e423ac73bf3af1ad74cf9f69b5c1089 /sw/inc/fmtline.hxx
parentINTEGRATION: CWS os44 (1.4.162); FILE MERGED (diff)
downloadcore-ee5bb027492ce306b6561bd859d10e83aef376d7.tar.gz
core-ee5bb027492ce306b6561bd859d10e83aef376d7.zip
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.hxx7
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 );