summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xistream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xistream.hxx')
-rw-r--r--sc/source/filter/inc/xistream.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/inc/xistream.hxx b/sc/source/filter/inc/xistream.hxx
index ec238da53bd8..b4aec80b48f6 100644
--- a/sc/source/filter/inc/xistream.hxx
+++ b/sc/source/filter/inc/xistream.hxx
@@ -90,8 +90,6 @@ private:
sal_uInt16 mnRecSize; /// Current record size.
};
-
-
/** Decrypts BIFF5 stream contents. */
class XclImpBiff5Decrypter : public XclImpDecrypter
{
@@ -120,8 +118,6 @@ private:
sal_uInt16 mnHash;
};
-
-
/** Decrypts BIFF8 stream contents using the given document identifier. */
class XclImpBiff8Decrypter : public XclImpDecrypter
{
@@ -193,8 +189,6 @@ private:
bool mbValid; /// Read state: false = record overread.
};
-
-
/** This class is used to import record oriented streams.
@descr An instance is constructed with an SvStream. The SvStream stream is
reset to its start while constructing this stream.
@@ -528,8 +522,6 @@ private:
bool mbValid; /// false = Record overread.
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */