Index: source/filter/ww8/ww8par6.cxx =================================================================== --- source/filter/ww8/ww8par6.cxx (revision 1376812) +++ source/filter/ww8/ww8par6.cxx (working copy) @@ -1577,7 +1577,7 @@ if (bRet) { rShadow.SetColor(Color(COL_BLACK)); - short nVal = pSizeArray[WW8_RIGHT]; + short nVal = pbrc[WW8_RIGHT].DetermineBorderProperties(bVer67); if (nVal < 0x10) nVal = 0x10; rShadow.SetWidth(nVal);