summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2013-04-03 23:24:44 +0200
committerXisco Fauli <anistenis@gmail.com>2013-04-03 23:24:44 +0200
commitf6f836b693a9e04c9fa52dd8883a0da54f011dcf (patch)
treede258a23584965f912577eebc76157ac5f8ea96a /sw
parent#119711# support the delay var when export ppt file by AOO (diff)
downloadcore-f6f836b693a9e04c9fa52dd8883a0da54f011dcf.tar.gz
core-f6f836b693a9e04c9fa52dd8883a0da54f011dcf.zip
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.
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index c022db6adc72..c37da4aaae82 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);