sw/source/filter/ww8/wrtww8.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eac9586b22ca1cddaa80a0b040c57fbed3616420
Author: Tor Lillqvist <t...@collabora.com>
Date:   Wed May 7 11:52:57 2014 +0300

    WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
    
    Change-Id: Ia02481046640248bc8a62ab0f93bf4e0bb49cca8

diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 916d33f..bbf5af0 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;
                     }
                 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to