diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-28 14:15:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-28 14:15:30 +0100 |
commit | 79799b9b32dedd0ae13c2eba5b04588e7a2ecbdc (patch) | |
tree | 725f6c43a94dc198637ff6c85d2df1fd64b137a3 /cui/source/dialogs | |
parent | 7a10def6327300f15cec2111508f77fec8b446f5 (diff) |
loplugin:unnecessaryoverride (dtors) in cui
Change-Id: Ibb78c2a16defbd523a079b651a27e9639d26953f
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r-- | cui/source/dialogs/SpellDialog.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 0abdd39e0c83..daf08b2250b8 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -118,8 +118,6 @@ public: m_nOffset(0) {} - virtual ~SpellUndoAction_Impl() override; - virtual void Undo() override; virtual sal_uInt16 GetId() const override; @@ -153,12 +151,6 @@ public: }//namespace svx using namespace ::svx; - -SpellUndoAction_Impl::~SpellUndoAction_Impl() -{ -} - - void SpellUndoAction_Impl::Undo() { m_rActionLink.Call(*this); |