summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-02 11:15:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-02 11:15:31 +0100
commit70b0b2f9683100888aaefdb2185eb017406b9d71 (patch)
tree964947427c0bbef12fc0326aecc95d174683d34f
parent7ca8ff7ff74df1f0805e391fef9a3e554dd28778 (diff)
loplugin:unnecessaryoverride (dtors) in svl
Change-Id: I6dd35199e15aebf547578642692db2b1983ebd95
-rw-r--r--svl/qa/unit/items/test_itempool.cxx1
-rw-r--r--svl/source/config/cjkoptions.cxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/svl/qa/unit/items/test_itempool.cxx b/svl/qa/unit/items/test_itempool.cxx
index 0f533903a8a8..714c170b445b 100644
--- a/svl/qa/unit/items/test_itempool.cxx
+++ b/svl/qa/unit/items/test_itempool.cxx
@@ -19,7 +19,6 @@ class PoolItemTest : public CppUnit::TestFixture
{
public:
PoolItemTest() {}
- virtual ~PoolItemTest() override {}
void testPool();
diff --git a/svl/source/config/cjkoptions.cxx b/svl/source/config/cjkoptions.cxx
index 691948830636..c1dede974434 100644
--- a/svl/source/config/cjkoptions.cxx
+++ b/svl/source/config/cjkoptions.cxx
@@ -62,7 +62,6 @@ class SvtCJKOptions_Impl : public utl::ConfigItem
public:
SvtCJKOptions_Impl();
- virtual ~SvtCJKOptions_Impl() override;
virtual void Notify( const css::uno::Sequence< OUString >& rPropertyNames ) override;
void Load();
@@ -114,10 +113,6 @@ SvtCJKOptions_Impl::SvtCJKOptions_Impl() :
{
}
-SvtCJKOptions_Impl::~SvtCJKOptions_Impl()
-{
-}
-
void SvtCJKOptions_Impl::SetAll(bool bSet)
{
if (