summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-23 18:37:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-23 18:37:35 +0100
commit705af606f75d870edcaa7fa01e360ae3dd31661b (patch)
treef8e8bb365802de57fffe0eb72eb267ac787dc999 /chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
parentf338935019ab8e0b19cf7b7ce5151d7cf73e9383 (diff)
loplugin:unnecessaryoverride (dtors) in chart2
Change-Id: I013fd81467b353262e8de554a06a0b24e4deca6d
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx45
1 files changed, 0 insertions, 45 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
index bea455e4e9da..2d33bf349f8e 100644
--- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
@@ -1197,7 +1197,6 @@ class WrappedDataRowSourceProperty : public WrappedProperty
{
public:
explicit WrappedDataRowSourceProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedDataRowSourceProperty() override;
virtual void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
@@ -1221,10 +1220,6 @@ WrappedDataRowSourceProperty::WrappedDataRowSourceProperty(const std::shared_ptr
m_aOuterValue = WrappedDataRowSourceProperty::getPropertyDefault( nullptr );
}
-WrappedDataRowSourceProperty::~WrappedDataRowSourceProperty()
-{
-}
-
void WrappedDataRowSourceProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& /*xInnerPropertySet*/ ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
@@ -1299,7 +1294,6 @@ class WrappedStackingProperty : public WrappedProperty
{
public:
WrappedStackingProperty(StackMode eStackMode, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedStackingProperty() override;
virtual void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
@@ -1342,10 +1336,6 @@ WrappedStackingProperty::WrappedStackingProperty(StackMode eStackMode, const std
}
}
-WrappedStackingProperty::~WrappedStackingProperty()
-{
-}
-
bool WrappedStackingProperty::detectInnerValue( StackMode& eStackMode ) const
{
bool bHasDetectableInnerValue = false;
@@ -1409,7 +1399,6 @@ class WrappedDim3DProperty : public WrappedProperty
{
public:
explicit WrappedDim3DProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedDim3DProperty() override;
virtual void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
@@ -1433,10 +1422,6 @@ WrappedDim3DProperty::WrappedDim3DProperty(const std::shared_ptr<Chart2ModelCont
m_aOuterValue = WrappedDim3DProperty::getPropertyDefault( nullptr );
}
-WrappedDim3DProperty::~WrappedDim3DProperty()
-{
-}
-
void WrappedDim3DProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& /*xInnerPropertySet*/ ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
@@ -1480,7 +1465,6 @@ class WrappedVerticalProperty : public WrappedProperty
{
public:
explicit WrappedVerticalProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedVerticalProperty() override;
virtual void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
@@ -1504,10 +1488,6 @@ WrappedVerticalProperty::WrappedVerticalProperty(const std::shared_ptr<Chart2Mod
m_aOuterValue = WrappedVerticalProperty::getPropertyDefault( nullptr );
}
-WrappedVerticalProperty::~WrappedVerticalProperty()
-{
-}
-
void WrappedVerticalProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& /*xInnerPropertySet*/ ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
@@ -1556,7 +1536,6 @@ class WrappedNumberOfLinesProperty : public WrappedProperty
{
public:
explicit WrappedNumberOfLinesProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedNumberOfLinesProperty() override;
virtual void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
@@ -1582,10 +1561,6 @@ WrappedNumberOfLinesProperty::WrappedNumberOfLinesProperty(const std::shared_ptr
{
}
-WrappedNumberOfLinesProperty::~WrappedNumberOfLinesProperty()
-{
-}
-
bool WrappedNumberOfLinesProperty::detectInnerValue( uno::Any& rInnerValue ) const
{
sal_Int32 nNumberOfLines = 0;
@@ -1710,7 +1685,6 @@ class WrappedAttributedDataPointsProperty : public WrappedProperty
{
public:
explicit WrappedAttributedDataPointsProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedAttributedDataPointsProperty() override;
virtual void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
@@ -1734,10 +1708,6 @@ WrappedAttributedDataPointsProperty::WrappedAttributedDataPointsProperty(const s
m_aOuterValue = WrappedAttributedDataPointsProperty::getPropertyDefault( nullptr );
}
-WrappedAttributedDataPointsProperty::~WrappedAttributedDataPointsProperty()
-{
-}
-
void WrappedAttributedDataPointsProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& /*xInnerPropertySet*/ ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
@@ -1824,7 +1794,6 @@ class WrappedSolidTypeProperty : public WrappedProperty
{
public:
explicit WrappedSolidTypeProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedSolidTypeProperty() override;
virtual void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
@@ -1848,10 +1817,6 @@ WrappedSolidTypeProperty::WrappedSolidTypeProperty(const std::shared_ptr<Chart2M
m_aOuterValue = WrappedSolidTypeProperty::getPropertyDefault( nullptr );
}
-WrappedSolidTypeProperty::~WrappedSolidTypeProperty()
-{
-}
-
void WrappedSolidTypeProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& /*xInnerPropertySet*/ ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
@@ -1897,7 +1862,6 @@ class WrappedAutomaticSizeProperty : public WrappedProperty
{
public:
WrappedAutomaticSizeProperty();
- virtual ~WrappedAutomaticSizeProperty() override;
virtual void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
@@ -1914,10 +1878,6 @@ WrappedAutomaticSizeProperty::WrappedAutomaticSizeProperty()
{
}
-WrappedAutomaticSizeProperty::~WrappedAutomaticSizeProperty()
-{
-}
-
void WrappedAutomaticSizeProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{
@@ -1969,7 +1929,6 @@ class WrappedIncludeHiddenCellsProperty : public WrappedProperty
{
public:
explicit WrappedIncludeHiddenCellsProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedIncludeHiddenCellsProperty() override;
virtual void setPropertyValue( const css::uno::Any& rOuterValue, const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
@@ -1986,10 +1945,6 @@ WrappedIncludeHiddenCellsProperty::WrappedIncludeHiddenCellsProperty(const std::
{
}
-WrappedIncludeHiddenCellsProperty::~WrappedIncludeHiddenCellsProperty()
-{
-}
-
void WrappedIncludeHiddenCellsProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& /*xInnerPropertySet*/ ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
{