[Libreoffice-commits] core.git: sw/source
Xisco Fauli
anistenis at gmail.com
Wed May 22 16:40:56 PDT 2013
sw/source/filter/ww8/ww8par6.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 6e2ff4edb2aae441142280ef31286f4627347fb8
Author: Xisco Fauli <anistenis at gmail.com>
Date: Thu May 23 01:38:54 2013 +0200
oups, I shouldn't have commited it
Change-Id: I0b7433431c2da50c17f46549cde30b2b0131c61f
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index c33eec1..0d9a638 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;
}
More information about the Libreoffice-commits
mailing list