WaE: may be used uninitialized

Change-Id: I91fdbcb37efb002763204cd8a0fee9be26ffd6b4
This commit is contained in:
Tor Lillqvist
2013-09-18 13:28:42 +03:00
parent f59c47fc1e
commit 8312c88dd5

View File

@@ -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())
{