Kaydet (Commit) 8312c88d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: may be used uninitialized

Change-Id: I91fdbcb37efb002763204cd8a0fee9be26ffd6b4
üst f59c47fc
......@@ -1691,7 +1691,7 @@ void VclScrolledWindow::setAllocation(const Size &rAllocation)
}
Size aInnerSize(aChildAllocation);
long nScrollBarWidth, nScrollBarHeight;
long nScrollBarWidth = 0, nScrollBarHeight = 0;
if (m_aVScroll.IsVisible())
{
......
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