diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/filerec.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx index e67bdb86bb42..637dc7c8e9de 100644 --- a/include/svl/filerec.hxx +++ b/include/svl/filerec.hxx @@ -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 ); } |