Kaydet (Commit) e2d9138c authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

make "gcc -Werror" happy

Change-Id: I6dd1bf6b4535bb956cb7e85908312d52749a6f2b
üst f76cedf1
......@@ -940,7 +940,7 @@ namespace frm
if(*aBoundColumn == -1)
{
// the type of i matters! It will be the type of the ORowSetValue pushed to aValueList!
for(sal_Int16 i=0; i < aDisplayList.size(); ++i)
for(sal_Int16 i=0; static_cast<ValueList::size_type>(i) < aDisplayList.size(); ++i)
{
aValueList.push_back(i);
}
......
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