fix Windows build

after my commit 55bc128636
"loplugin:loopvartoosmall"

Change-Id: I1d43447df24d7bf5c8737801389447980bb69d26
This commit is contained in:
Noel Grandin
2015-06-01 10:18:12 +02:00
parent 4fe7a99c4b
commit d33c6cd785

View File

@@ -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