Kaydet (Commit) 6db1788c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: '=' : truncation of constant value

üst 80b81a56
......@@ -1870,7 +1870,7 @@ namespace cairocanvas
*pColors++ = vcl::unotools::toByteColor(pIn->Blue);
*pColors++ = vcl::unotools::toByteColor(pIn->Green);
*pColors++ = vcl::unotools::toByteColor(pIn->Red);
*pColors++ = 255;
*pColors++ = -1;
++pIn;
}
return aRes;
......
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