summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-08-31 14:52:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-01 08:54:20 +0200
commiteb9d34dadbf78fd09ff39ba46d0e48c6ae9f9940 (patch)
treebb92a427ba201b8a0ce81faa42391db30e33e90c /desktop
parent5d0860ed0600904a03459e8bf5a6792c671463a4 (diff)
clang-tidy:readability-redundant-member-init
Change-Id: I2fc0a1f5a637b3228d8f49ecd0e0769d6872cdc6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121375 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/splash/splash.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index e61f87041207..2389e14f4d11 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -120,8 +120,7 @@ public:
};
SplashScreenWindow::SplashScreenWindow(SplashScreen *pSplash)
- : IntroWindow()
- , pSpl( pSplash )
+ : pSpl( pSplash )
, _vdev(VclPtr<VirtualDevice>::Create(*GetOutDev()))
{
_vdev->EnableRTL(IsRTLEnabled());