summaryrefslogtreecommitdiff
path: root/oox/source/drawingml
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-23 23:05:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-23 23:11:01 +0100
commit5645c15d3df900f65a1d9513155ee38743c543fa (patch)
treef23dc3c31925b734ba83598b17f04066e305f89e /oox/source/drawingml
parentfe3005f4acd0b06f2fe133018b068efe8b6dd96c (diff)
loplugin:unnecessaryoverride (dtors) in oox
Change-Id: I55b82f4669d89e8492b456ff8b0b430f444674a3
Diffstat (limited to 'oox/source/drawingml')
-rw-r--r--oox/source/drawingml/chart/plotareaconverter.cxx5
-rw-r--r--oox/source/drawingml/diagram/layoutnodecontext.cxx4
2 files changed, 0 insertions, 9 deletions
diff --git a/oox/source/drawingml/chart/plotareaconverter.cxx b/oox/source/drawingml/chart/plotareaconverter.cxx
index 71477a92af8a..19784b392b0a 100644
--- a/oox/source/drawingml/chart/plotareaconverter.cxx
+++ b/oox/source/drawingml/chart/plotareaconverter.cxx
@@ -65,7 +65,6 @@ class AxesSetConverter : public ConverterBase< AxesSetModel >
{
public:
explicit AxesSetConverter( const ConverterRoot& rParent, AxesSetModel& rModel );
- virtual ~AxesSetConverter() override;
/** Converts the axes set model to a chart2 diagram. Returns an automatic
chart title from a single series title, if possible. */
@@ -99,10 +98,6 @@ AxesSetConverter::AxesSetConverter( const ConverterRoot& rParent, AxesSetModel&
{
}
-AxesSetConverter::~AxesSetConverter()
-{
-}
-
ModelRef< AxisModel > lclGetOrCreateAxis( const AxesSetModel::AxisMap& rFromAxes, sal_Int32 nAxisIdx, sal_Int32 nDefTypeId, bool bMSO2007Doc )
{
ModelRef< AxisModel > xAxis = rFromAxes.get( nAxisIdx );
diff --git a/oox/source/drawingml/diagram/layoutnodecontext.cxx b/oox/source/drawingml/diagram/layoutnodecontext.cxx
index 9bb90a8d069c..a028d334416f 100644
--- a/oox/source/drawingml/diagram/layoutnodecontext.cxx
+++ b/oox/source/drawingml/diagram/layoutnodecontext.cxx
@@ -158,10 +158,6 @@ public:
{
}
- virtual ~LayoutVariablePropertySetContext() override
- {
- }
-
virtual ContextHandlerRef onCreateContext( ::sal_Int32 aElement, const AttributeList& rAttribs )
throw (SAXException, RuntimeException) override
{