summaryrefslogtreecommitdiff
path: root/sw/inc/tgrditem.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-05 14:57:51 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-05 14:57:51 +0000
commitd76bb3f8796469e8ed7bdaaf5e1d3611a46c7241 (patch)
tree4953d748858b6e86adce5ffdd9a7effe3738de49 /sw/inc/tgrditem.hxx
parenteda8a2351837412d589cbbce3f391de27bd62b0e (diff)
INTEGRATION: CWS os44 (1.4.162); FILE MERGED
2004/11/24 13:57:11 os 1.4.162.1: #i37761# sw3io files removed
Diffstat (limited to 'sw/inc/tgrditem.hxx')
-rw-r--r--sw/inc/tgrditem.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/tgrditem.hxx b/sw/inc/tgrditem.hxx
index e7d175fa4ebf..86053d406a49 100644
--- a/sw/inc/tgrditem.hxx
+++ b/sw/inc/tgrditem.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tgrditem.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:40:58 $
+ * last change: $Author: rt $ $Date: 2005-01-05 15:57:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,14 +97,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 );