summaryrefslogtreecommitdiff
path: root/desktop/source/splash/splash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/splash/splash.cxx')
-rw-r--r--desktop/source/splash/splash.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index aa33a5c16fca..c86db11363d4 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -55,7 +55,7 @@ public:
SplashScreen *pSpl;
ScopedVclPtr<VirtualDevice> _vdev;
explicit SplashScreenWindow(SplashScreen *);
- virtual ~SplashScreenWindow() { disposeOnce(); }
+ virtual ~SplashScreenWindow() override { disposeOnce(); }
virtual void dispose() override;
// workwindow
virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle&) override;
@@ -73,7 +73,7 @@ private:
VclPtr<SplashScreenWindow> pWindow;
DECL_LINK_TYPED( AppEventListenerHdl, VclSimpleEvent&, void );
- virtual ~SplashScreen();
+ virtual ~SplashScreen() override;
void loadConfig();
void updateStatus();
void SetScreenBitmap(BitmapEx &rBitmap);