sc/source/core/tool/dbdata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 04ff8103ab29842ed5d2b3a310c9aa96eef8a966 Author: Tor Lillqvist <t...@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); } } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits