summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/chartapiwrapper')
-rw-r--r--chart2/source/controller/chartapiwrapper/AreaWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/AxisWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx10
-rw-r--r--chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx8
-rw-r--r--chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx18
-rw-r--r--chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/GridWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/LegendWrapper.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/LegendWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/TitleWrapper.cxx4
-rw-r--r--chart2/source/controller/chartapiwrapper/TitleWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx8
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx6
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx8
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx6
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx4
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx2
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx4
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx24
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx6
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx8
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx2
34 files changed, 78 insertions, 78 deletions
diff --git a/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx b/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx
index a45e8f063c1a..6565379a67fa 100644
--- a/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/AreaWrapper.hxx
@@ -48,7 +48,7 @@ class AreaWrapper : public ::cppu::ImplInheritanceHelper<
{
public:
explicit AreaWrapper(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~AreaWrapper();
+ virtual ~AreaWrapper() override;
/// XServiceInfo declarations
virtual OUString SAL_CALL getImplementationName()
diff --git a/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx b/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx
index e1b945047a63..6dec247f073f 100644
--- a/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/AxisWrapper.hxx
@@ -62,7 +62,7 @@ public:
};
AxisWrapper(tAxisType eType, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~AxisWrapper();
+ virtual ~AxisWrapper() override;
static void getDimensionAndMainAxisBool( tAxisType eType, sal_Int32& rnDimensionIndex, bool& rbMainAxis );
diff --git a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx
index cf51e8e77eb5..20f57af786a9 100644
--- a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.hxx
@@ -51,7 +51,7 @@ public:
explicit ChartDataWrapper(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
ChartDataWrapper(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact
, const css::uno::Reference< css::chart::XChartData >& xNewData );
- virtual ~ChartDataWrapper();
+ virtual ~ChartDataWrapper() override;
/// XServiceInfo declarations
virtual OUString SAL_CALL getImplementationName()
diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
index ac4023b84ff9..2fc1735c2508 100644
--- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
@@ -272,7 +272,7 @@ class WrappedDataSourceLabelsInFirstRowProperty : public WrappedProperty
{
public:
explicit WrappedDataSourceLabelsInFirstRowProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedDataSourceLabelsInFirstRowProperty();
+ virtual ~WrappedDataSourceLabelsInFirstRowProperty() 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;
@@ -370,7 +370,7 @@ class WrappedDataSourceLabelsInFirstColumnProperty : public WrappedProperty
{
public:
explicit WrappedDataSourceLabelsInFirstColumnProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedDataSourceLabelsInFirstColumnProperty();
+ virtual ~WrappedDataSourceLabelsInFirstColumnProperty() 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;
@@ -468,7 +468,7 @@ class WrappedHasLegendProperty : public WrappedProperty
{
public:
explicit WrappedHasLegendProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedHasLegendProperty();
+ virtual ~WrappedHasLegendProperty() 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;
@@ -552,7 +552,7 @@ class WrappedHasMainTitleProperty : public WrappedProperty
{
public:
explicit WrappedHasMainTitleProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedHasMainTitleProperty();
+ virtual ~WrappedHasMainTitleProperty() 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;
@@ -625,7 +625,7 @@ class WrappedHasSubTitleProperty : public WrappedProperty
{
public:
explicit WrappedHasSubTitleProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedHasSubTitleProperty();
+ virtual ~WrappedHasSubTitleProperty() 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;
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
index 04cb257c589a..b17ed8eae018 100644
--- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
@@ -259,7 +259,7 @@ class WrappedAttachedAxisProperty : public ::chart::WrappedProperty
{
public:
explicit WrappedAttachedAxisProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedAttachedAxisProperty();
+ virtual ~WrappedAttachedAxisProperty() override;
virtual void setPropertyValue( const 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;
@@ -331,7 +331,7 @@ class WrappedSegmentOffsetProperty : public ::chart::WrappedProperty
{
public:
WrappedSegmentOffsetProperty();
- virtual ~WrappedSegmentOffsetProperty();
+ virtual ~WrappedSegmentOffsetProperty() override;
protected:
virtual Any convertInnerToOuterValue( const Any& rInnerValue ) const override;
@@ -373,7 +373,7 @@ class WrappedLineColorProperty : public WrappedSeriesAreaOrLineProperty
{
public:
explicit WrappedLineColorProperty( DataSeriesPointWrapper* pDataSeriesPointWrapper );
- virtual ~WrappedLineColorProperty();
+ virtual ~WrappedLineColorProperty() override;
virtual void setPropertyValue( const 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;
@@ -434,7 +434,7 @@ class WrappedLineStyleProperty : public WrappedSeriesAreaOrLineProperty
{
public:
explicit WrappedLineStyleProperty( DataSeriesPointWrapper* pDataSeriesPointWrapper );
- virtual ~WrappedLineStyleProperty();
+ virtual ~WrappedLineStyleProperty() override;
virtual void setPropertyValue( const 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;
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
index 3755aeb93209..25d8121d3bee 100644
--- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.hxx
@@ -67,7 +67,7 @@ public:
, sal_Int32 nPointIndex //ignored for series
, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~DataSeriesPointWrapper();
+ virtual ~DataSeriesPointWrapper() override;
bool isSupportingAreaProperties();
bool isLinesForbidden() { return !m_bLinesAllowed;}
diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
index 0292a9f8c840..7e3c1c2813ce 100644
--- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
@@ -1198,7 +1198,7 @@ class WrappedDataRowSourceProperty : public WrappedProperty
{
public:
explicit WrappedDataRowSourceProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedDataRowSourceProperty();
+ 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;
@@ -1300,7 +1300,7 @@ class WrappedStackingProperty : public WrappedProperty
{
public:
WrappedStackingProperty(StackMode eStackMode, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedStackingProperty();
+ 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;
@@ -1410,7 +1410,7 @@ class WrappedDim3DProperty : public WrappedProperty
{
public:
explicit WrappedDim3DProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedDim3DProperty();
+ 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;
@@ -1481,7 +1481,7 @@ class WrappedVerticalProperty : public WrappedProperty
{
public:
explicit WrappedVerticalProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedVerticalProperty();
+ 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;
@@ -1557,7 +1557,7 @@ class WrappedNumberOfLinesProperty : public WrappedProperty
{
public:
explicit WrappedNumberOfLinesProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedNumberOfLinesProperty();
+ 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;
@@ -1711,7 +1711,7 @@ class WrappedAttributedDataPointsProperty : public WrappedProperty
{
public:
explicit WrappedAttributedDataPointsProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedAttributedDataPointsProperty();
+ 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;
@@ -1825,7 +1825,7 @@ class WrappedSolidTypeProperty : public WrappedProperty
{
public:
explicit WrappedSolidTypeProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedSolidTypeProperty();
+ 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;
@@ -1898,7 +1898,7 @@ class WrappedAutomaticSizeProperty : public WrappedProperty
{
public:
WrappedAutomaticSizeProperty();
- virtual ~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;
@@ -1970,7 +1970,7 @@ class WrappedIncludeHiddenCellsProperty : public WrappedProperty
{
public:
explicit WrappedIncludeHiddenCellsProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedIncludeHiddenCellsProperty();
+ 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;
diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx
index 50aaa820dc87..756587a55b04 100644
--- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.hxx
@@ -72,7 +72,7 @@ class DiagramWrapper : public cppu::ImplInheritanceHelper<
{
public:
explicit DiagramWrapper(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~DiagramWrapper();
+ virtual ~DiagramWrapper() override;
/// XServiceInfo declarations
virtual OUString SAL_CALL getImplementationName()
diff --git a/chart2/source/controller/chartapiwrapper/GridWrapper.hxx b/chart2/source/controller/chartapiwrapper/GridWrapper.hxx
index a00b4eef5081..9c56d6a520ea 100644
--- a/chart2/source/controller/chartapiwrapper/GridWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/GridWrapper.hxx
@@ -56,7 +56,7 @@ public:
};
GridWrapper(tGridType eType, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~GridWrapper();
+ virtual ~GridWrapper() override;
static void getDimensionAndSubGridBool( tGridType eType, sal_Int32& rnDimensionIndex, bool& rbSubGrid );
diff --git a/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx b/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx
index c40e141cd3c1..3e90e8f09fc4 100644
--- a/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx
@@ -56,7 +56,7 @@ class WrappedLegendAlignmentProperty : public WrappedProperty
{
public:
WrappedLegendAlignmentProperty();
- virtual ~WrappedLegendAlignmentProperty();
+ virtual ~WrappedLegendAlignmentProperty() override;
virtual void setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException) override;
diff --git a/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx b/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx
index fcc5c26b4cfe..92f098a2ed3e 100644
--- a/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/LegendWrapper.hxx
@@ -51,7 +51,7 @@ class LegendWrapper : public ::cppu::ImplInheritanceHelper<
{
public:
explicit LegendWrapper(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~LegendWrapper();
+ virtual ~LegendWrapper() override;
/// XServiceInfo declarations
virtual OUString SAL_CALL getImplementationName()
diff --git a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx
index cde6a36aef05..3d02bea8b4ca 100644
--- a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.hxx
@@ -56,7 +56,7 @@ class MinMaxLineWrapper : public MutexContainer
{
public:
explicit MinMaxLineWrapper(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~MinMaxLineWrapper();
+ virtual ~MinMaxLineWrapper() override;
/// XServiceInfo declarations
virtual OUString SAL_CALL getImplementationName()
diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
index 83630540e093..97d7d04c0152 100644
--- a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
@@ -50,7 +50,7 @@ class WrappedTitleStringProperty : public WrappedProperty
{
public:
explicit WrappedTitleStringProperty( const Reference< uno::XComponentContext >& xContext );
- virtual ~WrappedTitleStringProperty();
+ virtual ~WrappedTitleStringProperty() override;
virtual void setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException) override;
@@ -111,7 +111,7 @@ class WrappedStackedTextProperty : public WrappedProperty
{
public:
WrappedStackedTextProperty();
- virtual ~WrappedStackedTextProperty();
+ virtual ~WrappedStackedTextProperty() override;
};
WrappedStackedTextProperty::WrappedStackedTextProperty()
diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx b/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx
index 207633613d38..273b9b00b7d0 100644
--- a/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.hxx
@@ -50,7 +50,7 @@ class TitleWrapper : public ::cppu::ImplInheritanceHelper<
public:
TitleWrapper( ::chart::TitleHelper::eTitleType eTitleType,
const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact );
- virtual ~TitleWrapper();
+ virtual ~TitleWrapper() override;
/// XServiceInfo declarations
virtual OUString SAL_CALL getImplementationName()
diff --git a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx
index 78b529de3c65..ed4ae9abe35a 100644
--- a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.hxx
@@ -55,7 +55,7 @@ class UpDownBarWrapper : public MutexContainer
{
public:
UpDownBarWrapper(bool bUp, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~UpDownBarWrapper();
+ virtual ~UpDownBarWrapper() override;
/// XServiceInfo declarations
virtual OUString SAL_CALL getImplementationName()
diff --git a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx
index bc0053314232..abb4af9c080f 100644
--- a/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx
+++ b/chart2/source/controller/chartapiwrapper/WallFloorWrapper.hxx
@@ -45,7 +45,7 @@ class WallFloorWrapper : public ::cppu::ImplInheritanceHelper<
{
public:
WallFloorWrapper(bool bWall, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WallFloorWrapper();
+ virtual ~WallFloorWrapper() override;
/// XServiceInfo declarations
virtual OUString SAL_CALL getImplementationName()
diff --git a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx
index 786a8a7647e1..fc7ea946935b 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedAddInProperty.hxx
@@ -31,7 +31,7 @@ class WrappedAddInProperty : public WrappedProperty
{
public:
explicit WrappedAddInProperty( ChartDocumentWrapper& rChartDocumentWrapper );
- virtual ~WrappedAddInProperty();
+ virtual ~WrappedAddInProperty() 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;
@@ -47,7 +47,7 @@ class WrappedBaseDiagramProperty : public WrappedProperty
{
public:
explicit WrappedBaseDiagramProperty( ChartDocumentWrapper& rChartDocumentWrapper );
- virtual ~WrappedBaseDiagramProperty();
+ virtual ~WrappedBaseDiagramProperty() 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;
@@ -63,7 +63,7 @@ class WrappedAdditionalShapesProperty : public WrappedProperty
{
public:
explicit WrappedAdditionalShapesProperty( ChartDocumentWrapper& rChartDocumentWrapper );
- virtual ~WrappedAdditionalShapesProperty();
+ virtual ~WrappedAdditionalShapesProperty() 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;
@@ -79,7 +79,7 @@ class WrappedRefreshAddInAllowedProperty : public WrappedProperty
{
public:
explicit WrappedRefreshAddInAllowedProperty( ChartDocumentWrapper& rChartDocumentWrapper );
- virtual ~WrappedRefreshAddInAllowedProperty();
+ virtual ~WrappedRefreshAddInAllowedProperty() 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;
diff --git a/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx
index 834a7bc740a4..3d96d245d006 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedAutomaticPositionProperties.cxx
@@ -37,7 +37,7 @@ class WrappedAutomaticPositionProperty : public WrappedProperty
{
public:
WrappedAutomaticPositionProperty();
- virtual ~WrappedAutomaticPositionProperty();
+ virtual ~WrappedAutomaticPositionProperty() override;
virtual void setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException) override;
diff --git a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
index 3221928b24e6..cb377493d06b 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
@@ -37,7 +37,7 @@ class WrappedAxisAndGridExistenceProperty : public WrappedProperty
public:
WrappedAxisAndGridExistenceProperty( bool bAxis, bool bMain, sal_Int32 nDimensionIndex
, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact );
- virtual ~WrappedAxisAndGridExistenceProperty();
+ virtual ~WrappedAxisAndGridExistenceProperty() 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;
@@ -204,7 +204,7 @@ class WrappedAxisTitleExistenceProperty : public WrappedProperty
public:
WrappedAxisTitleExistenceProperty( sal_Int32 nTitleIndex
, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact );
- virtual ~WrappedAxisTitleExistenceProperty();
+ virtual ~WrappedAxisTitleExistenceProperty() 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;
@@ -318,7 +318,7 @@ class WrappedAxisLabelExistenceProperty : public WrappedProperty
public:
WrappedAxisLabelExistenceProperty( bool bMain, sal_Int32 nDimensionIndex
, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact );
- virtual ~WrappedAxisLabelExistenceProperty();
+ virtual ~WrappedAxisLabelExistenceProperty() 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;
diff --git a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx
index 38be4b4cf158..cd065de41d33 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedCharacterHeightProperty.hxx
@@ -34,7 +34,7 @@ class WrappedCharacterHeightProperty_Base : public WrappedProperty
{
public:
WrappedCharacterHeightProperty_Base( const OUString& rOuterEqualsInnerName, ReferenceSizePropertyProvider* pRefSizePropProvider );
- virtual ~WrappedCharacterHeightProperty_Base();
+ virtual ~WrappedCharacterHeightProperty_Base() 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;
@@ -60,7 +60,7 @@ class WrappedCharacterHeightProperty : public WrappedCharacterHeightProperty_Bas
{
public:
explicit WrappedCharacterHeightProperty( ReferenceSizePropertyProvider* pRefSizePropProvider );
- virtual ~WrappedCharacterHeightProperty();
+ virtual ~WrappedCharacterHeightProperty() override;
static void addWrappedProperties( std::vector< WrappedProperty* >& rList, ReferenceSizePropertyProvider* pRefSizePropProvider );
};
@@ -69,14 +69,14 @@ class WrappedAsianCharacterHeightProperty : public WrappedCharacterHeightPropert
{
public:
explicit WrappedAsianCharacterHeightProperty( ReferenceSizePropertyProvider* pRefSizePropProvider );
- virtual ~WrappedAsianCharacterHeightProperty();
+ virtual ~WrappedAsianCharacterHeightProperty() override;
};
class WrappedComplexCharacterHeightProperty : public WrappedCharacterHeightProperty_Base
{
public:
explicit WrappedComplexCharacterHeightProperty( ReferenceSizePropertyProvider* pRefSizePropProvider );
- virtual ~WrappedComplexCharacterHeightProperty();
+ virtual ~WrappedComplexCharacterHeightProperty() override;
};
} //namespace wrapper
diff --git a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx
index 76bb1b9c7f1b..226effebfd67 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedDataCaptionProperties.cxx
@@ -44,7 +44,7 @@ public:
explicit WrappedDataCaptionProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedDataCaptionProperty();
+ virtual ~WrappedDataCaptionProperty() override;
};
namespace
diff --git a/chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx
index 9487f37ce692..f1cec27c9720 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedGL3DProperties.cxx
@@ -55,7 +55,7 @@ public:
WrappedGL3DProperty( const OUString& rInName, const OUString& rOutName, const uno::Any& rDefault, const std::shared_ptr<Chart2ModelContact>& pContact ) :
WrappedProperty(rInName, rOutName), maDefault(rDefault), mpModelContact(pContact) {}
- virtual ~WrappedGL3DProperty() {}
+ virtual ~WrappedGL3DProperty() override {}
virtual uno::Any getPropertyValue( const uno::Reference<beans::XPropertySet>& /*xInnerPS*/ ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException,
diff --git a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx
index 1dbb851fc15e..27b51f40a9a4 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedGapwidthProperty.hxx
@@ -37,7 +37,7 @@ public:
, const OUString& rInnerSequencePropertyName
, sal_Int32 nDefaultValue
, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact );
- virtual ~WrappedBarPositionProperty_Base();
+ virtual ~WrappedBarPositionProperty_Base() 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;
@@ -62,14 +62,14 @@ class WrappedGapwidthProperty : public WrappedBarPositionProperty_Base
{
public:
explicit WrappedGapwidthProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedGapwidthProperty();
+ virtual ~WrappedGapwidthProperty() override;
};
class WrappedBarOverlapProperty : public WrappedBarPositionProperty_Base
{
public:
explicit WrappedBarOverlapProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedBarOverlapProperty();
+ virtual ~WrappedBarOverlapProperty() override;
};
} // namespace wrapper
diff --git a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx
index 0afe20340950..567e9320c597 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.hxx
@@ -35,7 +35,7 @@ class WrappedNumberFormatProperty : public WrappedDirectStateProperty
{
public:
explicit WrappedNumberFormatProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedNumberFormatProperty();
+ virtual ~WrappedNumberFormatProperty() 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;
@@ -55,7 +55,7 @@ class WrappedLinkNumberFormatProperty : public WrappedDirectStateProperty
{
public:
explicit WrappedLinkNumberFormatProperty();
- virtual ~WrappedLinkNumberFormatProperty();
+ virtual ~WrappedLinkNumberFormatProperty() 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;
diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx
index 50a5bf152077..4722e516f8d1 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedScaleProperty.hxx
@@ -55,7 +55,7 @@ public:
public:
WrappedScaleProperty(tScaleProperty eScaleProperty, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedScaleProperty();
+ virtual ~WrappedScaleProperty() override;
static void addWrappedProperties( std::vector< WrappedProperty* >& rList, const std::shared_ptr< Chart2ModelContact >& spChart2ModelContact );
diff --git a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx
index b0ba7db13477..f8f83ec33fe8 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedScaleTextProperties.cxx
@@ -37,7 +37,7 @@ class WrappedScaleTextProperty : public WrappedProperty
{
public:
explicit WrappedScaleTextProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedScaleTextProperty();
+ virtual ~WrappedScaleTextProperty() override;
virtual void setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const
throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException) override;
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
index 07fb66c705ad..7e33bd9a5aae 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSceneProperty.hxx
@@ -42,7 +42,7 @@ class WrappedD3DTransformMatrixProperty : public WrappedProperty
public:
explicit WrappedD3DTransformMatrixProperty(
const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedD3DTransformMatrixProperty();
+ virtual ~WrappedD3DTransformMatrixProperty() 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;
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx
index b3dbcf35da24..5a1a4ef32855 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSeriesAreaOrLineProperty.hxx
@@ -33,7 +33,7 @@ public:
WrappedSeriesAreaOrLineProperty( const OUString& rOuterName
, const OUString& rInnerAreaTypeName, const OUString& rInnerLineTypeName
, DataSeriesPointWrapper* pDataSeriesPointWrapper );
- virtual ~WrappedSeriesAreaOrLineProperty();
+ virtual ~WrappedSeriesAreaOrLineProperty() override;
virtual OUString getInnerName() const override;
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx
index 924a93aca384..a3424c2689e9 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSeriesOrDiagramProperty.hxx
@@ -58,7 +58,7 @@ public:
, m_ePropertyType( ePropertyType )
{
}
- virtual ~WrappedSeriesOrDiagramProperty() {};
+ virtual ~WrappedSeriesOrDiagramProperty() override {};
bool detectInnerValue( PROPERTYTYPE& rValue, bool& rHasAmbiguousValue ) const
{
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
index 3ac9209f4cca..66600421cf71 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx
@@ -52,7 +52,7 @@ public:
, m_aOwnInnerName(rInnerName)
{
}
- virtual ~WrappedSplineProperty() {};
+ virtual ~WrappedSplineProperty() override {};
bool detectInnerValue( PROPERTYTYPE& rValue, bool& rHasAmbiguousValue ) const
{
@@ -162,7 +162,7 @@ class WrappedSplineTypeProperty : public WrappedSplineProperty< sal_Int32 >
{
public:
explicit WrappedSplineTypeProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedSplineTypeProperty();
+ virtual ~WrappedSplineTypeProperty() override;
virtual css::uno::Any convertInnerToOuterValue( const css::uno::Any& rInnerValue ) const override;
virtual css::uno::Any convertOuterToInnerValue( const css::uno::Any& rOuterValue ) const override;
diff --git a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
index 3a4c801e31ba..f240aa8d1ea8 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
@@ -209,7 +209,7 @@ public:
explicit WrappedConstantErrorLowProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedConstantErrorLowProperty();
+ virtual ~WrappedConstantErrorLowProperty() override;
private:
mutable Any m_aOuterValue;
@@ -263,7 +263,7 @@ public:
explicit WrappedConstantErrorHighProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedConstantErrorHighProperty();
+ virtual ~WrappedConstantErrorHighProperty() override;
private:
mutable Any m_aOuterValue;
@@ -317,7 +317,7 @@ public:
explicit WrappedMeanValueProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedMeanValueProperty();
+ virtual ~WrappedMeanValueProperty() override;
};
WrappedMeanValueProperty::WrappedMeanValueProperty(
@@ -361,7 +361,7 @@ public:
explicit WrappedErrorCategoryProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedErrorCategoryProperty();
+ virtual ~WrappedErrorCategoryProperty() override;
};
WrappedErrorCategoryProperty::WrappedErrorCategoryProperty(
@@ -459,7 +459,7 @@ public:
explicit WrappedPercentageErrorProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedPercentageErrorProperty();
+ virtual ~WrappedPercentageErrorProperty() override;
private:
mutable Any m_aOuterValue;
@@ -513,7 +513,7 @@ public:
explicit WrappedErrorMarginProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedErrorMarginProperty();
+ virtual ~WrappedErrorMarginProperty() override;
private:
mutable Any m_aOuterValue;
@@ -567,7 +567,7 @@ public:
explicit WrappedErrorIndicatorProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedErrorIndicatorProperty();
+ virtual ~WrappedErrorIndicatorProperty() override;
};
WrappedErrorIndicatorProperty::WrappedErrorIndicatorProperty(
@@ -640,7 +640,7 @@ public:
explicit WrappedErrorBarStyleProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact1,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedErrorBarStyleProperty();
+ virtual ~WrappedErrorBarStyleProperty() override;
};
WrappedErrorBarStyleProperty::WrappedErrorBarStyleProperty(
@@ -686,7 +686,7 @@ public:
explicit WrappedErrorBarRangePositiveProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedErrorBarRangePositiveProperty();
+ virtual ~WrappedErrorBarRangePositiveProperty() override;
private:
mutable Any m_aOuterValue;
@@ -753,7 +753,7 @@ public:
explicit WrappedErrorBarRangeNegativeProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedErrorBarRangeNegativeProperty();
+ virtual ~WrappedErrorBarRangeNegativeProperty() override;
private:
mutable Any m_aOuterValue;
@@ -820,7 +820,7 @@ public:
explicit WrappedRegressionCurvesProperty( ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedRegressionCurvesProperty();
+ virtual ~WrappedRegressionCurvesProperty() override;
};
WrappedRegressionCurvesProperty::WrappedRegressionCurvesProperty(
@@ -884,7 +884,7 @@ public:
explicit WrappedStatisticPropertySetProperty(
PropertySetType ePropertySetType, ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType );
- virtual ~WrappedStatisticPropertySetProperty();
+ virtual ~WrappedStatisticPropertySetProperty() override;
private:
PropertySetType m_eType;
diff --git a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx
index 5178bfbaf859..accfed475e1a 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedStockProperties.cxx
@@ -41,7 +41,7 @@ public:
explicit WrappedStockProperty( const OUString& rOuterName
, const css::uno::Any& rDefaulValue
, const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact );
- virtual ~WrappedStockProperty();
+ virtual ~WrappedStockProperty() override;
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;
@@ -117,7 +117,7 @@ class WrappedVolumeProperty : public WrappedStockProperty
{
public:
explicit WrappedVolumeProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedVolumeProperty();
+ virtual ~WrappedVolumeProperty() override;
css::uno::Any getPropertyValue( const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
@@ -189,7 +189,7 @@ class WrappedUpDownProperty : public WrappedStockProperty
{
public:
explicit WrappedUpDownProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact);
- virtual ~WrappedUpDownProperty();
+ virtual ~WrappedUpDownProperty() override;
css::uno::Any getPropertyValue( const css::uno::Reference< css::beans::XPropertySet >& xInnerPropertySet ) const
throw (css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx
index 1945efa38daf..c256754ddb13 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx
@@ -62,7 +62,7 @@ public:
explicit WrappedSymbolTypeProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType);
- virtual ~WrappedSymbolTypeProperty();
+ virtual ~WrappedSymbolTypeProperty() override;
};
class WrappedSymbolBitmapURLProperty : public WrappedSeriesOrDiagramProperty< OUString >
@@ -73,7 +73,7 @@ public:
explicit WrappedSymbolBitmapURLProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType);
- virtual ~WrappedSymbolBitmapURLProperty();
+ virtual ~WrappedSymbolBitmapURLProperty() override;
};
class WrappedSymbolSizeProperty : public WrappedSeriesOrDiagramProperty< awt::Size >
@@ -86,7 +86,7 @@ public:
explicit WrappedSymbolSizeProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType);
- virtual ~WrappedSymbolSizeProperty();
+ virtual ~WrappedSymbolSizeProperty() override;
};
class WrappedSymbolAndLinesProperty : public WrappedSeriesOrDiagramProperty< bool >
@@ -99,7 +99,7 @@ public:
explicit WrappedSymbolAndLinesProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact,
tSeriesOrDiagramPropertyType ePropertyType);
- virtual ~WrappedSymbolAndLinesProperty();
+ virtual ~WrappedSymbolAndLinesProperty() override;
};
namespace
diff --git a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx
index 1f4749636503..8525d61be525 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty.hxx
@@ -28,7 +28,7 @@ class WrappedTextRotationProperty : public WrappedProperty
{
public:
explicit WrappedTextRotationProperty( bool bDirectState=false );
- virtual ~WrappedTextRotationProperty();
+ virtual ~WrappedTextRotationProperty() override;
virtual css::beans::PropertyState getPropertyState( const css::uno::Reference< css::beans::XPropertyState >& xInnerPropertyState ) const
throw (css::beans::UnknownPropertyException, css::uno::RuntimeException) override;