View | Details | Raw Unified | Return to issue 21492
Collapse All | Expand All

(-)source/filter/excel/xicontent.cxx (+4 lines)
Lines 430-436 Link Here
430
    if( ::get_flag( nFlags, EXC_HLINK_MARK ) )
430
    if( ::get_flag( nFlags, EXC_HLINK_MARK ) )
431
    {
431
    {
432
        pTextMark.reset( new String );
432
        pTextMark.reset( new String );
433
        // Text marks are zero-terminated - do not let the stream replace them 
434
        // with the '?' character.
435
        rStrm.SetNulSubstChar( '\0' );
433
        lclAppendString32( *pTextMark, rStrm, true );
436
        lclAppendString32( *pTextMark, rStrm, true );
437
        rStrm.SetNulSubstChar();
434
    }
438
    }
435
439
436
    DBG_ASSERT( !rStrm.GetRecLeft(), "XclImpHyperlink::ReadHlink - record size mismatch" );
440
    DBG_ASSERT( !rStrm.GetRecLeft(), "XclImpHyperlink::ReadHlink - record size mismatch" );

Return to issue 21492