Adapt to sal/log.hxx
Change-Id: Ife7840ec39de743a7dfaacb20c0871fbcd8195e7
This commit is contained in:
@@ -585,7 +585,7 @@ inline SfxMiniRecordWriter::SfxMiniRecordWriter( SvStream* pStream, sal_uInt8 nT
|
||||
_nPreTag( nTag )
|
||||
{
|
||||
DBG_ASSERT( _nPreTag != 0xFF, "invalid Tag" );
|
||||
DBG( DbgOutf( "SfxFileRec: writing record to %ul", pStream->Tell() ) );
|
||||
SAL_INFO("svl", "SfxFileRec: writing record to " << pStream->Tell());
|
||||
|
||||
pStream->SeekRel( + SFX_REC_HEADERSIZE_MINI );
|
||||
}
|
||||
|
@@ -199,7 +199,7 @@ SfxMiniRecordReader::SfxMiniRecordReader
|
||||
while(true)
|
||||
{
|
||||
// Header lesen
|
||||
DBG( DbgOutf( "SfxFileRec: searching record at %ul", pStream->Tell() ) );
|
||||
SAL_INFO("svl", "SfxFileRec: searching record at " << pStream->Tell());
|
||||
sal_uInt32 nHeader;
|
||||
pStream->ReadUInt32( nHeader );
|
||||
|
||||
@@ -307,7 +307,7 @@ bool SfxSingleRecordReader::FindHeader_Impl
|
||||
{
|
||||
// Header lesen
|
||||
sal_uInt32 nHeader;
|
||||
DBG( DbgOutf( "SfxFileRec: searching record at %ul", _pStream->Tell() ) );
|
||||
SAL_INFO("svl", "SfxFileRec: searching record at " << _pStream->Tell());
|
||||
_pStream->ReadUInt32( nHeader );
|
||||
if ( !SetHeader_Impl( nHeader ) )
|
||||
// EOR => Such-Schleife abbreichen
|
||||
|
Reference in New Issue
Block a user