summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-09-01 20:29:09 +0300
committerTor Lillqvist <tml@collabora.com>2015-09-01 20:29:09 +0300
commit04ff8103ab29842ed5d2b3a310c9aa96eef8a966 (patch)
treee9d02c485d96afbb4bec90116a78f1b5fe4079b1
parent086aec27ddfd72dc21fffb0466cb5c815e2b4169 (diff)
WaE: implicit conversion of literal of type 'int' to 'bool'
Change-Id: I01290e9257aff844106b677ce2167b4b0ee96dd2
-rw-r--r--sc/source/core/tool/dbdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/dbdata.cxx b/sc/source/core/tool/dbdata.cxx
index 9c607ba36b21..f9c69b20d338 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);
}
}
}