cui/source/tabpages/tpcolor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6cf3cdce6d66651f69346fd342e8a7040bbb0786 Author: Michael Stahl <mst...@redhat.com> Date: Wed Apr 29 18:25:15 2015 +0200 cui: loplugin:literaltoboolconversion Change-Id: I26b9778d2fe593dd5d4bdbc2cb737c6304bae120 diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx index 3c3ecf2..61f1028 100644 --- a/cui/source/tabpages/tpcolor.cxx +++ b/cui/source/tabpages/tpcolor.cxx @@ -693,7 +693,7 @@ IMPL_LINK_NOARG(SvxColorTabPage, ClickAddHdl_Impl) long j = 1; // check if name is already existing - while (1) + while (true) { bool bDifferent = true; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits