Kaydet (Commit) aa2f6cf0 authored tarafından Caolán McNamara's avatar Caolán McNamara

valgrind: use of unitialized variables

Change-Id: I42ef4af662bbfd792e9d98aba5b5e272fa4d8091
üst 91672c8b
......@@ -1064,8 +1064,12 @@ void ImplNoBorderWindowView::DrawWindow( sal_uInt16, OutputDevice*, const Point*
// =======================================================================
ImplSmallBorderWindowView::ImplSmallBorderWindowView( ImplBorderWindow* pBorderWindow )
: mpBorderWindow(pBorderWindow)
, mnLeftBorder(0)
, mnTopBorder(0)
, mnRightBorder(0)
, mnBottomBorder(0)
{
mpBorderWindow = pBorderWindow;
}
// -----------------------------------------------------------------------
......
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