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.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xistream.hxx b/sc/source/filter/inc/xistream.hxx
index 4e639449a237..bcc29bad8b0e 100644
--- a/sc/source/filter/inc/xistream.hxx
+++ b/sc/source/filter/inc/xistream.hxx
@@ -34,10 +34,8 @@ Input stream class for Excel import
- Decryption
============================================================================ */
-
// Decryption
-
class XclImpDecrypter;
typedef boost::shared_ptr< XclImpDecrypter > XclImpDecrypterRef;
@@ -153,10 +151,8 @@ 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
(including CONTINUE records). */