diff options
author | jp <jp@openoffice.org> | 2001-02-02 12:41:23 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-02-02 12:41:23 +0000 |
commit | 9e63554526da1f342ad6096b4281d512b5fb8e0c (patch) | |
tree | b16456d1ca2de8ed3c721e3427371f1649e4f9d3 /sfx2/inc | |
parent | a1350e821ba0a84cc168810f8cf311373d238816 (diff) |
new: IsValid - checks if the stream contains the correct headerdata
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/mieclip.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sfx2/inc/mieclip.hxx b/sfx2/inc/mieclip.hxx index 435dc0fc1526..9b211c2f4b7a 100644 --- a/sfx2/inc/mieclip.hxx +++ b/sfx2/inc/mieclip.hxx @@ -2,9 +2,9 @@ * * $RCSfile: mieclip.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:23 $ + * last change: $Author: jp $ $Date: 2001-02-02 13:41:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,8 +83,11 @@ public: MSE40HTMLClipFormatObj() : pStrm(0) {} ~MSE40HTMLClipFormatObj(); +//JP 31.01.2001: old interfaces BOOL GetData( SotDataObject& ); BOOL GetData( SvData& ); +//JP 31.01.2001: the new one + SvStream* IsValid( SvStream& ); const SvStream* GetStream() const { return pStrm; } SvStream* GetStream() { return pStrm; } @@ -96,6 +99,9 @@ public: // /* $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/18 16:52:23 hr + initial import + Revision 1.8 2000/09/17 16:47:07 willem.vandorp OpenOffice header added. |