summaryrefslogtreecommitdiff
path: root/cui/source/customize/acccfg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-28 14:15:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-28 14:15:30 +0100
commit79799b9b32dedd0ae13c2eba5b04588e7a2ecbdc (patch)
tree725f6c43a94dc198637ff6c85d2df1fd64b137a3 /cui/source/customize/acccfg.cxx
parent7a10def6327300f15cec2111508f77fec8b446f5 (diff)
loplugin:unnecessaryoverride (dtors) in cui
Change-Id: Ibb78c2a16defbd523a079b651a27e9639d26953f
Diffstat (limited to 'cui/source/customize/acccfg.cxx')
-rw-r--r--cui/source/customize/acccfg.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index 6d36d9c2dc1d..b0d27edc18a3 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -631,8 +631,6 @@ class SfxAccCfgLBoxString_Impl : public SvLBoxString
public:
explicit SfxAccCfgLBoxString_Impl(const OUString& sText);
- virtual ~SfxAccCfgLBoxString_Impl() override;
-
virtual void Paint(const Point& aPos, SvTreeListBox& rDevice, vcl::RenderContext& rRenderContext,
const SvViewDataEntry* pView, const SvTreeListEntry& rEntry) override;
};
@@ -642,9 +640,6 @@ SfxAccCfgLBoxString_Impl::SfxAccCfgLBoxString_Impl(const OUString& sText)
: SvLBoxString(sText)
{}
-SfxAccCfgLBoxString_Impl::~SfxAccCfgLBoxString_Impl()
-{}
-
void SfxAccCfgLBoxString_Impl::Paint(const Point& aPos, SvTreeListBox& /*rDevice*/, vcl::RenderContext& rRenderContext,
const SvViewDataEntry* /*pView*/, const SvTreeListEntry& rEntry)
{