summaryrefslogtreecommitdiff
path: root/svtools/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/inc')
-rw-r--r--svtools/source/inc/hatchwindow.hxx2
-rw-r--r--svtools/source/inc/provider.hxx2
-rw-r--r--svtools/source/inc/renderer.hxx2
-rw-r--r--svtools/source/inc/svimpbox.hxx2
-rw-r--r--svtools/source/inc/unoiface.hxx16
5 files changed, 12 insertions, 12 deletions
diff --git a/svtools/source/inc/hatchwindow.hxx b/svtools/source/inc/hatchwindow.hxx
index cd9e1b887f01..e33660fe2edf 100644
--- a/svtools/source/inc/hatchwindow.hxx
+++ b/svtools/source/inc/hatchwindow.hxx
@@ -35,7 +35,7 @@ class VCLXHatchWindow : public css::embed::XHatchWindow,
public:
VCLXHatchWindow();
- virtual ~VCLXHatchWindow();
+ virtual ~VCLXHatchWindow() override;
void initializeWindow( const css::uno::Reference< css::awt::XWindowPeer >& xParent,
const css::awt::Rectangle& aBounds,
diff --git a/svtools/source/inc/provider.hxx b/svtools/source/inc/provider.hxx
index 87bb89e09f6f..346429d3979c 100644
--- a/svtools/source/inc/provider.hxx
+++ b/svtools/source/inc/provider.hxx
@@ -33,7 +33,7 @@ class GraphicProvider : public ::cppu::WeakImplHelper< css::graphic::XGraphicPro
public:
GraphicProvider();
- virtual ~GraphicProvider();
+ virtual ~GraphicProvider() override;
protected:
diff --git a/svtools/source/inc/renderer.hxx b/svtools/source/inc/renderer.hxx
index a479b879731d..33c159b6dbd9 100644
--- a/svtools/source/inc/renderer.hxx
+++ b/svtools/source/inc/renderer.hxx
@@ -42,7 +42,7 @@ class GraphicRendererVCL : public ::cppu::OWeakAggObject,
public:
GraphicRendererVCL();
- virtual ~GraphicRendererVCL() throw();
+ virtual ~GraphicRendererVCL() throw() override;
// XInterface
virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) throw(css::uno::RuntimeException, std::exception) override;
diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx
index 7ba18dadf17f..71a4fe34948e 100644
--- a/svtools/source/inc/svimpbox.hxx
+++ b/svtools/source/inc/svimpbox.hxx
@@ -50,7 +50,7 @@ class ImpLBSelEng : public FunctionSet
public:
ImpLBSelEng( SvImpLBox* pImp, SelectionEngine* pSelEng,
SvTreeListBox* pView );
- virtual ~ImpLBSelEng();
+ virtual ~ImpLBSelEng() override;
void BeginDrag() override;
void CreateAnchor() override;
void DestroyAnchor() override;
diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx
index ec04cd216fd0..b9d37d9bcd0b 100644
--- a/svtools/source/inc/unoiface.hxx
+++ b/svtools/source/inc/unoiface.hxx
@@ -61,7 +61,7 @@ protected:
public:
VCLXMultiLineEdit();
- virtual ~VCLXMultiLineEdit();
+ virtual ~VCLXMultiLineEdit() override;
// css::uno::XInterface
css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) throw(css::uno::RuntimeException, std::exception) override;
@@ -121,7 +121,7 @@ protected:
public:
VCLXFileControl();
- virtual ~VCLXFileControl();
+ virtual ~VCLXFileControl() override;
virtual void SetWindow( const VclPtr< vcl::Window > &pWindow ) override;
@@ -177,7 +177,7 @@ protected:
public:
SVTXFormattedField();
- virtual ~SVTXFormattedField();
+ virtual ~SVTXFormattedField() override;
// css::awt::XVclWindowPeer
void SAL_CALL setProperty( const OUString& PropertyName, const css::uno::Any& Value ) throw(css::uno::RuntimeException, std::exception) override;
@@ -246,7 +246,7 @@ private:
protected:
virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) override;
- virtual ~SVTXRoadmap();
+ virtual ~SVTXRoadmap() override;
public:
SVTXRoadmap();
@@ -286,7 +286,7 @@ class SVTXNumericField : public css::awt::XNumericField, public SVTXFormattedFie
{
public:
SVTXNumericField();
- virtual ~SVTXNumericField();
+ virtual ~SVTXNumericField() override;
// css::uno::XInterface
css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) throw(css::uno::RuntimeException, std::exception) override;
@@ -326,7 +326,7 @@ class SVTXCurrencyField : public css::awt::XCurrencyField, public SVTXFormattedF
{
public:
SVTXCurrencyField();
- virtual ~SVTXCurrencyField();
+ virtual ~SVTXCurrencyField() override;
// css::uno::XInterface
css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) throw(css::uno::RuntimeException, std::exception) override;
@@ -379,7 +379,7 @@ protected:
public:
VCLXProgressBar();
- virtual ~VCLXProgressBar();
+ virtual ~VCLXProgressBar() override;
// css::uno::XInterface
css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) throw(css::uno::RuntimeException, std::exception) override;
@@ -412,7 +412,7 @@ class SVTXDateField : public VCLXDateField
{
public:
SVTXDateField();
- virtual ~SVTXDateField();
+ virtual ~SVTXDateField() override;
// css::awt::VclWindowPeer
void SAL_CALL setProperty( const OUString& PropertyName, const css::uno::Any& Value ) throw(css::uno::RuntimeException, std::exception) override;