Kaydet (Commit) d33c6cd7 authored tarafından Noel Grandin's avatar Noel Grandin

fix Windows build

after my commit 55bc1286
"loplugin:loopvartoosmall"

Change-Id: I1d43447df24d7bf5c8737801389447980bb69d26
üst 4fe7a99c
...@@ -943,7 +943,7 @@ namespace frm ...@@ -943,7 +943,7 @@ namespace frm
// the type of i matters! It will be the type of the ORowSetValue pushed to aValueList! // 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) 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 else
......
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