summaryrefslogtreecommitdiff
path: root/oox/source/helper/binaryoutputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/helper/binaryoutputstream.cxx')
-rw-r--r--oox/source/helper/binaryoutputstream.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/source/helper/binaryoutputstream.cxx b/oox/source/helper/binaryoutputstream.cxx
index 30c55e47eb3d..fcd21e07ddfb 100644
--- a/oox/source/helper/binaryoutputstream.cxx
+++ b/oox/source/helper/binaryoutputstream.cxx
@@ -26,8 +26,6 @@
namespace oox {
-
-
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::uno;
@@ -37,8 +35,6 @@ const sal_Int32 OUTPUTSTREAM_BUFFERSIZE = 0x8000;
} // namespace
-
-
BinaryXOutputStream::BinaryXOutputStream( const Reference< XOutputStream >& rxOutStrm, bool bAutoClose ) :
BinaryStreamBase( Reference< XSeekable >( rxOutStrm, UNO_QUERY ).is() ),
BinaryXSeekableStream( Reference< XSeekable >( rxOutStrm, UNO_QUERY ) ),
@@ -137,8 +133,6 @@ BinaryOutputStream::writeCompressedUnicodeArray( const OUString& rString, bool b
writeUnicodeArray( rString, bAllowNulChars );
}
-
-
SequenceOutputStream::SequenceOutputStream( StreamDataSequence& rData ) :
BinaryStreamBase( true ),
SequenceSeekableStream( rData )
@@ -162,8 +156,6 @@ void SequenceOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size
}
}
-
-
} // namespace oox
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */