diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-01 08:54:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-01 08:54:40 +0100 |
commit | 33c34f4b878ade73d3a1950433310713b7ff3923 (patch) | |
tree | 022e6ede13dc12bc35d8a88f4395c8a70289d389 /toolkit/source/awt | |
parent | b97f01c545bdbb2490ffef267bcf202baff400b3 (diff) |
loplugin:unnecessaryoverride (dtors) in toolkit
Change-Id: Id95c044e75eccb0f394fd31e4776eda4c023341d
Diffstat (limited to 'toolkit/source/awt')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 116e77cb68ff..1695a8750f28 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -154,10 +154,6 @@ public: Start(); } - virtual ~Pause() override - { - } - virtual void Invoke() override { SolarMutexGuard aSolarGuard; @@ -219,7 +215,6 @@ protected: public: VCLXToolkit(); - virtual ~VCLXToolkit() override; // css::awt::XToolkitExperimental virtual void SAL_CALL processEventsToIdle() @@ -728,11 +723,6 @@ VCLXToolkit::VCLXToolkit(): } } -VCLXToolkit::~VCLXToolkit() -{ -} - - void SAL_CALL VCLXToolkit::disposing() { #ifndef DISABLE_DYNLOADING |