summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2013-05-23 01:38:54 +0200
committerXisco Fauli <anistenis@gmail.com>2013-06-06 01:52:41 +0200
commit2b9b50e1f45540fa34ef24951e68dcdfcdffeb31 (patch)
tree4dc0f6538cd9765633af1af64c20c5c9ccf7d691 /sw/source/filter/ww8
parent2dde2beff09b1e5ca25ddc4367c0508c4307aac7 (diff)
oups, I shouldn't have commited it
Change-Id: I0b7433431c2da50c17f46549cde30b2b0131c61f (cherry picked from commit 6e2ff4edb2aae441142280ef31286f4627347fb8)
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index c33eec1de987..0d9a6388d992 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -1396,8 +1396,8 @@ bool SwWW8ImplReader::SetShadow(SvxShadowItem& rShadow, const short *pSizeArray,
: (pbrc[WW8_RIGHT].aBits2[ 1 ] & 0x20 ) )
&& (pSizeArray && pSizeArray[WW8_RIGHT])
);
- //if (bRet)
- //{
+ if (bRet)
+ {
rShadow.SetColor(Color(COL_BLACK));
short nVal = pSizeArray[WW8_RIGHT];
if (nVal < 0x10)
@@ -1405,7 +1405,7 @@ bool SwWW8ImplReader::SetShadow(SvxShadowItem& rShadow, const short *pSizeArray,
rShadow.SetWidth(nVal);
rShadow.SetLocation(SVX_SHADOW_BOTTOMRIGHT);
bRet = true;
- //}
+ }
return bRet;
}