fix Windows build
after my commit 55bc128636
"loplugin:loopvartoosmall"
Change-Id: I1d43447df24d7bf5c8737801389447980bb69d26
This commit is contained in:
@@ -943,7 +943,7 @@ namespace frm
|
||||
// the type of i matters! It will be the type of the ORowSetValue pushed to aValueList!
|
||||
for(size_t i=0; i < aDisplayList.size(); ++i)
|
||||
{
|
||||
aValueList.push_back(static_cast<connectivity::ORowSetValue >(i));
|
||||
aValueList.push_back(ORowSetValue(sal_Int16(i)));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user