diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-05 09:04:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-05 09:04:10 +0100 |
commit | 13ce97351d1751eb24cf0cd1ad35048329407f15 (patch) | |
tree | 25ec6f8961a6c674cc41547b6d2e9b4d80d7aacc /extensions/source/update/ui/updatecheckui.cxx | |
parent | ccda3f37a4be4415e7349eed44cb9619da5cb153 (diff) |
loplugin:unnecessaryoverride (dtors) in extensions
Change-Id: Ia8250bc33c5d05861794619c5d240fdcb4002c13
Diffstat (limited to 'extensions/source/update/ui/updatecheckui.cxx')
-rw-r--r-- | extensions/source/update/ui/updatecheckui.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx index 23810da49033..ab3b54c592fc 100644 --- a/extensions/source/update/ui/updatecheckui.cxx +++ b/extensions/source/update/ui/updatecheckui.cxx @@ -103,7 +103,6 @@ private: public: BubbleWindow( vcl::Window* pParent, const OUString& rTitle, const OUString& rText, const Image& rImage ); - virtual ~BubbleWindow() override; virtual void MouseButtonDown( const MouseEvent& rMEvt ) override; virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) override; @@ -753,12 +752,6 @@ BubbleWindow::BubbleWindow( vcl::Window* pParent, const OUString& rTitle, SetBackground( Wallpaper( GetSettings().GetStyleSettings().GetHelpColor() ) ); } - -BubbleWindow::~BubbleWindow() -{ -} - - void BubbleWindow::Resize() { SolarMutexGuard aGuard; |