summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-23 18:36:45 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-12-18 01:08:00 -0500
commitf2c4cb2fd9accc254f7b408f08b2634187b39262 (patch)
treefa43b3cb62683de2434b52fbabc92b78e83c29d0
parentf9518be5bf788b6f5b53075fee5bdf6b7f99cbbd (diff)
loplugin:unnecessaryoverride (dtors) in basctl
Change-Id: Ib2754450cd7caa2675b872c8c9f3d41cec950770 (cherry picked from commit 5d06df27ad7c4182a5a32d899d52da77238fd13f) (cherry picked from commit 451527c89cb4c588c470c421bb17e0b3b1554ca0)
-rw-r--r--basctl/source/basicide/basidesh.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index b8ad85cd725b..762b90b43b0a 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -71,10 +71,6 @@ public:
{
}
- virtual ~ContainerListenerImpl() override
- {
- }
-
void addContainerListener( const ScriptDocument& rScriptDocument, const OUString& aLibName )
{
try