Kaydet (Commit) 5fe4829b authored tarafından Philipp Riemer's avatar Philipp Riemer Kaydeden (comit) David Tardon

delete code that was commented out

Change-Id: I1d6e96a3cd26ada7911ee4a538e9441050ca75bc
Reviewed-on: https://gerrit.libreoffice.org/5795Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 02988a7a
...@@ -629,8 +629,6 @@ inline SfxMiniRecordWriter::SfxMiniRecordWriter ...@@ -629,8 +629,6 @@ inline SfxMiniRecordWriter::SfxMiniRecordWriter
sal_uInt32 nSize // Gr"o\se der Daten in Bytes sal_uInt32 nSize // Gr"o\se der Daten in Bytes
) )
: _pStream( pStream ), : _pStream( pStream ),
// _nTag( uninitialized ),
// _nStarPos( uninitialized ),
_bHeaderOk(true) _bHeaderOk(true)
{ {
DBG_ASSERT( nTag != 0 && nTag != 0xFF, "invalid Tag" ); DBG_ASSERT( nTag != 0 && nTag != 0xFF, "invalid Tag" );
...@@ -751,8 +749,6 @@ inline sal_uInt32 SfxSingleRecordWriter::Close( bool bSeekToEndOfRec ) ...@@ -751,8 +749,6 @@ inline sal_uInt32 SfxSingleRecordWriter::Close( bool bSeekToEndOfRec )
SfxMiniRecordWriter::Close( bSeekToEndOfRec ); SfxMiniRecordWriter::Close( bSeekToEndOfRec );
#endif #endif
// Record war bereits geschlossen
// nRet = 0;
return nRet; return nRet;
} }
......
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