summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-23 18:36:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-23 18:36:45 +0100
commit5d06df27ad7c4182a5a32d899d52da77238fd13f (patch)
treeaeaa74040c190197739d487eede77ae869154537 /basctl
parentf963c98845303df5a9bc80dd834005cf745a1d76 (diff)
loplugin:unnecessaryoverride (dtors) in basctl
Change-Id: Ib2754450cd7caa2675b872c8c9f3d41cec950770
Diffstat (limited to 'basctl')
-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 bcbbf46358fd..417a987223d8 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