summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-05-14 14:46:33 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-05-14 20:17:14 +0900
commit1136925b2377925e4f6b83c4aeb2374e1d5bf32f (patch)
tree209f88ba43096b0a629759965e0d4bb82f52173b /sw
parent9febe2cc5000046bf49b973efb3970013a5b84e1 (diff)
initialized with plain 0, instead of sal_False/false
Change-Id: I2df1bd52293c4423de5ac4c41f9392be1e8d2ccf
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 39275407ed56..4b39be0a25e9 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -1218,7 +1218,7 @@ static sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPa
//returns a sal_uInt8 filled with a bit for each position that had a sprm
//setting that border
- sal_uInt8 nBorder = false;
+ sal_uInt8 nBorder = 0;
if( pSep )
{
if( !bVer67 )