Kaydet (Commit) ba650ae9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wuninitialized

Change-Id: I91333f5290c84c6317b85572824be065da9cf64b
üst 60a67da7
......@@ -54,7 +54,7 @@ void BinaryStreamBase::alignToBlock( sal_Int32 nBlockSize, sal_Int64 nAnchorPos
}
BinaryXSeekableStream::BinaryXSeekableStream( const Reference< XSeekable >& rxSeekable ) :
BinaryStreamBase( mxSeekable.is() ),
BinaryStreamBase( rxSeekable.is() ),
mxSeekable( rxSeekable )
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment