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

Tor Lillqvist tml at collabora.com
Tue Sep 1 10:31:13 PDT 2015


 sc/source/core/tool/dbdata.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 04ff8103ab29842ed5d2b3a310c9aa96eef8a966
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Sep 1 20:29:09 2015 +0300

    WaE: implicit conversion of literal of type 'int' to 'bool'
    
    Change-Id: I01290e9257aff844106b677ce2167b4b0ee96dd2

diff --git a/sc/source/core/tool/dbdata.cxx b/sc/source/core/tool/dbdata.cxx
index 9c607ba..f9c69b2 100644
--- a/sc/source/core/tool/dbdata.cxx
+++ b/sc/source/core/tool/dbdata.cxx
@@ -716,7 +716,7 @@ void ScDBData::RefreshTableColumnNames( ScDocument* pDoc )
                         break;  // do while
                     }
                     ++nCount;
-                } while(1);
+                } while(true);
             }
         }
     }


More information about the Libreoffice-commits mailing list