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

(-)source/filter/ww8/ww8par6.cxx (-1 / +1 lines)
Lines 1577-1583 Link Here
1577
    if (bRet)
1577
    if (bRet)
1578
    {
1578
    {
1579
        rShadow.SetColor(Color(COL_BLACK));
1579
        rShadow.SetColor(Color(COL_BLACK));
1580
        short nVal = pSizeArray[WW8_RIGHT];
1580
        short nVal = pbrc[WW8_RIGHT].DetermineBorderProperties(bVer67);
1581
        if (nVal < 0x10)
1581
        if (nVal < 0x10)
1582
            nVal = 0x10;
1582
            nVal = 0x10;
1583
        rShadow.SetWidth(nVal);
1583
        rShadow.SetWidth(nVal);

Return to issue 120718