summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/splash/splash.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index 3ce90a4c7296..755684be2bef 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -130,9 +130,12 @@ SplashScreen::SplashScreen()
, _eBitmapMode(BM_DEFAULTMODE)
, _bPaintBitmap(sal_True)
, _bPaintProgress(sal_False)
+ , _bVisible(true)
, _bShowLogo(sal_True)
, _bFullScreenSplash(sal_False)
, _bProgressEnd(sal_False)
+ , _height(0)
+ , _width(0)
, _tlx(NOT_LOADED)
, _tly(NOT_LOADED)
, _barwidth(NOT_LOADED)