summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xestream.cxx')
-rw-r--r--sc/source/filter/excel/xestream.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index 04a8298585a9..9ca1a4749171 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -77,8 +77,6 @@ using namespace ::com::sun::star::uno;
using namespace ::formula;
using namespace ::oox;
-
-
XclExpStream::XclExpStream( SvStream& rOutStrm, const XclExpRoot& rRoot, sal_uInt16 nMaxRecSize ) :
mrStrm( rOutStrm ),
mrRoot( rRoot ),
@@ -459,8 +457,6 @@ void XclExpStream::WriteRawZeroBytes( sal_Size nBytes )
mrStrm.Write( &nData, nBytesLeft );
}
-
-
XclExpBiff8Encrypter::XclExpBiff8Encrypter( const XclExpRoot& rRoot ) :
mnOldPos(STREAM_SEEK_TO_END),
mbValid(false)
@@ -933,8 +929,6 @@ sax_fastparser::FSHelperPtr XclXmlUtils::WriteFontData( sax_fastparser::FSHelper
}
-
-
XclExpXmlStream::XclExpXmlStream( const Reference< XComponentContext >& rCC )
: XmlFilterBase( rCC ),
mpRoot( NULL )