summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-02 11:14:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-02 11:14:51 +0100
commit6eb60ca80115c35fbfce2789146e485835e7709e (patch)
tree16f1a2367eda914ef3a63cd0881888bcc27500c8 /svx/source/table/cell.cxx
parent0e513fdc44c36df54949628d7497345cff804f59 (diff)
loplugin:unnecessaryoverride (dtors) in svx
Change-Id: Icc4d9919cedadc00f1420939564dd095fab74cca
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r--svx/source/table/cell.cxx7
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!");