Kaydet (Commit) f6f836b6 authored tarafından Xisco Fauli's avatar Xisco Fauli

Revert "Fix issue i120718: after save the sample file with page border and…

Revert "Fix issue i120718: after save the sample file with page border and shadow to doc, the shadow depth and color changed"

This reverts commit ac4c6860.
üst cc2dd35b
...@@ -1398,9 +1398,7 @@ bool SwWW8ImplReader::SetShadow(SvxShadowItem& rShadow, const short *pSizeArray, ...@@ -1398,9 +1398,7 @@ bool SwWW8ImplReader::SetShadow(SvxShadowItem& rShadow, const short *pSizeArray,
if (bRet) if (bRet)
{ {
rShadow.SetColor(Color(COL_BLACK)); rShadow.SetColor(Color(COL_BLACK));
//i120718 short nVal = pSizeArray[WW8_RIGHT];
short nVal = pbrc[WW8_RIGHT].DetermineBorderProperties(bVer67);
//End
if (nVal < 0x10) if (nVal < 0x10)
nVal = 0x10; nVal = 0x10;
rShadow.SetWidth(nVal); rShadow.SetWidth(nVal);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment