summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgelem.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-10-16 13:11:51 +0000
committerMathias Bauer <mba@openoffice.org>2000-10-16 13:11:51 +0000
commitcd2790c9d1a7b065e286e7fafb110a50fb7067d0 (patch)
tree68c9051838b0ac7dd9b86938f5e2c3a4f02ca25a /sot/source/sdstor/stgelem.hxx
parent85a28d00993da7000273d6282b59189c4ddc1d49 (diff)
IsStorageFile without downloading whole file
Diffstat (limited to 'sot/source/sdstor/stgelem.hxx')
-rw-r--r--sot/source/sdstor/stgelem.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx
index 8273eb35b991..47e3e2dde270 100644
--- a/sot/source/sdstor/stgelem.hxx
+++ b/sot/source/sdstor/stgelem.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stgelem.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:56:51 $
+ * last change: $Author: mba $ $Date: 2000-10-16 14:08:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,6 +106,7 @@ public:
StgHeader();
void Init(); // initialize the header
BOOL Load( StgIo& );
+ BOOL Load( SvStream& );
BOOL Store( StgIo& );
BOOL Check(); // check the signature and version
short GetByteOrder() const { return nByteOrder; }