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.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/inc/xistream.hxx b/sc/source/filter/inc/xistream.hxx
index 6bdfa30bb8dd..6ee3d64b20dc 100644
--- a/sc/source/filter/inc/xistream.hxx
+++ b/sc/source/filter/inc/xistream.hxx
@@ -34,9 +34,9 @@ Input stream class for Excel import
- Decryption
============================================================================ */
-// ============================================================================
+
// Decryption
-// ============================================================================
+
class XclImpDecrypter;
typedef boost::shared_ptr< XclImpDecrypter > XclImpDecrypterRef;
@@ -90,7 +90,7 @@ private:
sal_uInt16 mnRecSize; /// Current record size.
};
-// ----------------------------------------------------------------------------
+
/** Decrypts BIFF5 stream contents. */
class XclImpBiff5Decrypter : public XclImpDecrypter
@@ -120,7 +120,7 @@ private:
sal_uInt16 mnHash;
};
-// ----------------------------------------------------------------------------
+
/** Decrypts BIFF8 stream contents using the given document identifier. */
class XclImpBiff8Decrypter : public XclImpDecrypter
@@ -157,9 +157,9 @@ private:
::std::vector< sal_uInt8 > maVerifierHash;
};
-// ============================================================================
+
// Stream
-// ============================================================================
+
/** This class represents an Excel stream position.
@descr It contains the relevant data for a stream position inside of a record
@@ -193,7 +193,7 @@ 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
@@ -528,7 +528,7 @@ private:
bool mbValid; /// false = Record overread.
};
-// ============================================================================
+
#endif