Kaydet (Commit) d2a1b16f authored tarafından Kai Ahrens's avatar Kai Ahrens

TF_SVDATA changes

üst 862cd33b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xexch.hxx,v $ * $RCSfile: xexch.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: ka $ $Date: 2001-06-22 15:40:10 $ * last change: $Author: ka $ $Date: 2001-07-02 09:58:04 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -82,23 +82,16 @@ private: ...@@ -82,23 +82,16 @@ private:
XFillAttrSetItem* pXFillAttrSetItem; XFillAttrSetItem* pXFillAttrSetItem;
SfxItemPool* pPool; SfxItemPool* pPool;
protected:
// SvData-Methoden
virtual void Load( SvStream& );
virtual void Save( SvStream& );
virtual void Assign( const SvDataCopyStream& );
public: public:
TYPEINFO(); TYPEINFO();
XFillExchangeData(); XFillExchangeData();
XFillExchangeData(const XFillAttrSetItem rXFillAttrSetItem); XFillExchangeData(const XFillAttrSetItem rXFillAttrSetItem);
~XFillExchangeData(); ~XFillExchangeData();
// Zuweisungsoperator // Zuweisungsoperator
XFillExchangeData& operator=( const XFillExchangeData& rXFillExchangeData ); XFillExchangeData& operator=( const XFillExchangeData& rXFillExchangeData );
// Im-/Export
friend SvStream& operator<<( SvStream& rOStm, const XFillExchangeData& rXFillExchangeData ); friend SvStream& operator<<( SvStream& rOStm, const XFillExchangeData& rXFillExchangeData );
friend SvStream& operator>>( SvStream& rIStm, XFillExchangeData& rXFillExchangeData ); friend SvStream& operator>>( SvStream& rIStm, XFillExchangeData& rXFillExchangeData );
...@@ -107,4 +100,3 @@ public: ...@@ -107,4 +100,3 @@ public:
}; };
#endif // _SVX_XEXCH_HXX #endif // _SVX_XEXCH_HXX
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment