summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/motionpathtag.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-05 09:00:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-05 09:00:32 +0100
commit542bb6b7876f7a5aef4e27f054fba39448b111b5 (patch)
treeeced796a47321bcf10ff5a31a4736d2433294c2b /sd/source/ui/animations/motionpathtag.cxx
parent4586cc8b62f93c1cb113218da4ebe332692fe314 (diff)
loplugin:unnecessaryoverride (dtors) in sd
Change-Id: Ibe339042a523f7c55fbcea68756524fc168e8558
Diffstat (limited to 'sd/source/ui/animations/motionpathtag.cxx')
-rw-r--r--sd/source/ui/animations/motionpathtag.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/animations/motionpathtag.cxx b/sd/source/ui/animations/motionpathtag.cxx
index f1f36e554bdf..3d5c436ca5fa 100644
--- a/sd/source/ui/animations/motionpathtag.cxx
+++ b/sd/source/ui/animations/motionpathtag.cxx
@@ -245,7 +245,7 @@ class SdPathHdl : public SmartHdl
{
public:
SdPathHdl( const SmartTagReference& xTag, SdrPathObj* mpPathObj );
- virtual ~SdPathHdl() override;
+
virtual void CreateB2dIAObject() override;
virtual bool IsFocusHdl() const override;
virtual bool isMarkable() const override;
@@ -260,10 +260,6 @@ SdPathHdl::SdPathHdl( const SmartTagReference& xTag, SdrPathObj* pPathObj )
{
}
-SdPathHdl::~SdPathHdl()
-{
-}
-
void SdPathHdl::CreateB2dIAObject()
{
// first throw away old one