summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-07 11:52:57 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-07 11:52:57 +0300
commiteac9586b22ca1cddaa80a0b040c57fbed3616420 (patch)
tree9991e652e7e06f208bcf394cc925527458eed2dc
parent710da5b12d52abfd96527b43f5959ae31b8e7407 (diff)
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: Ia02481046640248bc8a62ab0f93bf4e0bb49cca8
-rw-r--r--sw/source/filter/ww8/wrtww8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 916d33f4417f..bbf5af05a98d 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -2608,7 +2608,7 @@ void MSWordExportBase::WriteText()
sal_uInt16 nColumnCount = rCol.GetNumCols();
if(nColumnCount > 1)
{
- bNeedExportBreakHere = sal_False;
+ bNeedExportBreakHere = false;
}
}