[Libreoffice-commits] core.git: sw/source

Tor Lillqvist tml at collabora.com
Wed May 7 01:53:35 PDT 2014


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

New commits:
commit eac9586b22ca1cddaa80a0b040c57fbed3616420
Author: Tor Lillqvist <tml at 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;
                     }
                 }
 


More information about the Libreoffice-commits mailing list