Kaydet (Commit) 04ff8103 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion of literal of type 'int' to 'bool'

Change-Id: I01290e9257aff844106b677ce2167b4b0ee96dd2
üst 086aec27
......@@ -716,7 +716,7 @@ void ScDBData::RefreshTableColumnNames( ScDocument* pDoc )
break; // do while
}
++nCount;
} while(1);
} while(true);
}
}
}
......
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