Kaydet (Commit) fe5fa933 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wtautological-constant-out-of-range-compare

...I assume this is what was intended?

Change-Id: I36e4602937f45ba5f8cc17d3e0f0a69ab373e1dc
üst 79acd67d
...@@ -1238,7 +1238,7 @@ SCROW ScColumn::GetNotePosition( size_t nIndex ) const ...@@ -1238,7 +1238,7 @@ SCROW ScColumn::GetNotePosition( size_t nIndex ) const
size_t nCount = 0; // Number of notes encountered so far. size_t nCount = 0; // Number of notes encountered so far.
for (; it != itEnd; ++it) for (; it != itEnd; ++it)
{ {
if (!it->type != sc::element_type_cellnote) if (it->type != sc::element_type_cellnote)
// Skip the empty blocks. // Skip the empty blocks.
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment