Kaydet (Commit) eac9586b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'

Change-Id: Ia02481046640248bc8a62ab0f93bf4e0bb49cca8
üst 710da5b1
...@@ -2608,7 +2608,7 @@ void MSWordExportBase::WriteText() ...@@ -2608,7 +2608,7 @@ void MSWordExportBase::WriteText()
sal_uInt16 nColumnCount = rCol.GetNumCols(); sal_uInt16 nColumnCount = rCol.GetNumCols();
if(nColumnCount > 1) if(nColumnCount > 1)
{ {
bNeedExportBreakHere = sal_False; bNeedExportBreakHere = false;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment