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

(-)sw/source/core/doc/doclay.cxx.orig (-1 / +4 lines)
Lines 1474-1480 Link Here
1474
                aTxt += ' ';
1474
                aTxt += ' ';
1475
        }
1475
        }
1476
        xub_StrLen nIdx = aTxt.Len();
1476
        xub_StrLen nIdx = aTxt.Len();
1477
        aTxt += rSeparator;
1477
        if ( rTxt.Len() > 0 )
1478
        {
1479
            aTxt += rSeparator;
1480
        }
1478
        xub_StrLen nSepIdx = aTxt.Len();
1481
        xub_StrLen nSepIdx = aTxt.Len();
1479
        aTxt += rTxt;
1482
        aTxt += rTxt;
1480
1483

Return to issue 110287