[Libreoffice-commits] core.git: sw/source
Xisco Fauli
anistenis at gmail.com
Wed Apr 3 14:25:48 PDT 2013
sw/source/filter/ww8/ww8par6.cxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit f6f836b693a9e04c9fa52dd8883a0da54f011dcf
Author: Xisco Fauli <anistenis at gmail.com>
Date: Wed Apr 3 23:24:44 2013 +0200
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 ac4c6860961264d23504df90ccf805bd25be032f.
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index c022db6..c37da4a 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -1398,9 +1398,7 @@ bool SwWW8ImplReader::SetShadow(SvxShadowItem& rShadow, const short *pSizeArray,
if (bRet)
{
rShadow.SetColor(Color(COL_BLACK));
- //i120718
- short nVal = pbrc[WW8_RIGHT].DetermineBorderProperties(bVer67);
- //End
+ short nVal = pSizeArray[WW8_RIGHT];
if (nVal < 0x10)
nVal = 0x10;
rShadow.SetWidth(nVal);
More information about the Libreoffice-commits
mailing list