WaE: may be used uninitialized
Change-Id: I91fdbcb37efb002763204cd8a0fee9be26ffd6b4
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user