diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-02 11:14:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-02 11:14:51 +0100 |
commit | 6eb60ca80115c35fbfce2789146e485835e7709e (patch) | |
tree | 16f1a2367eda914ef3a63cd0881888bcc27500c8 /svx/source/table/cell.cxx | |
parent | 0e513fdc44c36df54949628d7497345cff804f59 (diff) |
loplugin:unnecessaryoverride (dtors) in svx
Change-Id: Icc4d9919cedadc00f1420939564dd095fab74cca
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r-- | svx/source/table/cell.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx index 9a96ec963083..65fc32dbdf83 100644 --- a/svx/source/table/cell.cxx +++ b/svx/source/table/cell.cxx @@ -159,9 +159,6 @@ namespace sdr // constructor for copying, but using new object CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pCell); - // destructor - virtual ~CellProperties() override; - // Clone() operator, normally just calls the local copy constructor BaseProperties& Clone(SdrObject& rObj) const override; @@ -216,10 +213,6 @@ namespace sdr { } - CellProperties::~CellProperties() - { - } - BaseProperties& CellProperties::Clone(SdrObject& rObj) const { OSL_FAIL("CellProperties::Clone(), does not work yet!"); |