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

coverity#984085 Uninitialized scalar field

Change-Id: I84ff62f0a592a012fa7963f81f4bafcc0ebf420f
üst 192623b3
...@@ -130,9 +130,12 @@ SplashScreen::SplashScreen() ...@@ -130,9 +130,12 @@ SplashScreen::SplashScreen()
, _eBitmapMode(BM_DEFAULTMODE) , _eBitmapMode(BM_DEFAULTMODE)
, _bPaintBitmap(sal_True) , _bPaintBitmap(sal_True)
, _bPaintProgress(sal_False) , _bPaintProgress(sal_False)
, _bVisible(true)
, _bShowLogo(sal_True) , _bShowLogo(sal_True)
, _bFullScreenSplash(sal_False) , _bFullScreenSplash(sal_False)
, _bProgressEnd(sal_False) , _bProgressEnd(sal_False)
, _height(0)
, _width(0)
, _tlx(NOT_LOADED) , _tlx(NOT_LOADED)
, _tly(NOT_LOADED) , _tly(NOT_LOADED)
, _barwidth(NOT_LOADED) , _barwidth(NOT_LOADED)
......
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