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/options | |
parent | 7a10def6327300f15cec2111508f77fec8b446f5 (diff) |
loplugin:unnecessaryoverride (dtors) in cui
Change-Id: Ibb78c2a16defbd523a079b651a27e9639d26953f
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/treeopt.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 2f59464e493e..964f43b3018b 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -252,7 +252,6 @@ private: public: MailMergeCfg_Impl(); - virtual ~MailMergeCfg_Impl() override; virtual void Notify( const css::uno::Sequence< OUString >& _rPropertyNames) override; @@ -271,10 +270,6 @@ MailMergeCfg_Impl::MailMergeCfg_Impl() : pValues[0] >>= bIsEmailSupported; } -MailMergeCfg_Impl::~MailMergeCfg_Impl() -{ -} -/* -------------------------------------------------------------------------*/ void MailMergeCfg_Impl::ImplCommit() { } |