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/unoiface.hxx16
4 files changed, 11 insertions, 11 deletions
diff --git a/svtools/source/inc/hatchwindow.hxx b/svtools/source/inc/hatchwindow.hxx
index 418b936c64c5..f5a9319abeb4 100644
--- a/svtools/source/inc/hatchwindow.hxx
+++ b/svtools/source/inc/hatchwindow.hxx
@@ -35,7 +35,7 @@ class VCLXHatchWindow : public ::com::sun::star::embed::XHatchWindow,
public:
VCLXHatchWindow();
- ~VCLXHatchWindow();
+ virtual ~VCLXHatchWindow();
void initializeWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& xParent,
const ::com::sun::star::awt::Rectangle& aBounds,
diff --git a/svtools/source/inc/provider.hxx b/svtools/source/inc/provider.hxx
index 497e7b6ab630..416abbf17d45 100644
--- a/svtools/source/inc/provider.hxx
+++ b/svtools/source/inc/provider.hxx
@@ -33,7 +33,7 @@ class GraphicProvider : public ::cppu::WeakImplHelper2< ::com::sun::star::graphi
public:
GraphicProvider();
- ~GraphicProvider();
+ virtual ~GraphicProvider();
protected:
diff --git a/svtools/source/inc/renderer.hxx b/svtools/source/inc/renderer.hxx
index 5996aa89f7f5..b50088d2e737 100644
--- a/svtools/source/inc/renderer.hxx
+++ b/svtools/source/inc/renderer.hxx
@@ -42,7 +42,7 @@ class GraphicRendererVCL : public ::cppu::OWeakAggObject,
public:
GraphicRendererVCL();
- ~GraphicRendererVCL() throw();
+ virtual ~GraphicRendererVCL() throw();
// XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx
index f38d3a2f7d64..0378cd716d30 100644
--- a/svtools/source/inc/unoiface.hxx
+++ b/svtools/source/inc/unoiface.hxx
@@ -62,7 +62,7 @@ protected:
public:
VCLXMultiLineEdit();
- ~VCLXMultiLineEdit();
+ virtual ~VCLXMultiLineEdit();
// ::com::sun::star::uno::XInterface
::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -122,7 +122,7 @@ protected:
public:
VCLXFileControl();
- ~VCLXFileControl();
+ virtual ~VCLXFileControl();
void SetWindow( Window* pWindow ) SAL_OVERRIDE;
@@ -180,7 +180,7 @@ protected:
public:
SVTXFormattedField();
- ~SVTXFormattedField();
+ virtual ~SVTXFormattedField();
// ::com::sun::star::awt::XVclWindowPeer
void SAL_CALL setProperty( const OUString& PropertyName, const ::com::sun::star::uno::Any& Value ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -253,7 +253,7 @@ protected:
::svt::ORoadmap* GetRoadmap() const { return (::svt::ORoadmap*)GetWindow(); }
void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) SAL_OVERRIDE;
- ~SVTXRoadmap();
+ virtual ~SVTXRoadmap();
public:
SVTXRoadmap();
@@ -295,7 +295,7 @@ class SVTXNumericField : public ::com::sun::star::awt::XNumericField, public SVT
{
public:
SVTXNumericField();
- ~SVTXNumericField();
+ virtual ~SVTXNumericField();
// ::com::sun::star::uno::XInterface
::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -335,7 +335,7 @@ class SVTXCurrencyField : public ::com::sun::star::awt::XCurrencyField, public S
{
public:
SVTXCurrencyField();
- ~SVTXCurrencyField();
+ virtual ~SVTXCurrencyField();
// ::com::sun::star::uno::XInterface
::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -388,7 +388,7 @@ protected:
public:
VCLXProgressBar();
- ~VCLXProgressBar();
+ virtual ~VCLXProgressBar();
// ::com::sun::star::uno::XInterface
::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -421,7 +421,7 @@ class SVTXDateField : public VCLXDateField
{
public:
SVTXDateField();
- ~SVTXDateField();
+ virtual ~SVTXDateField();
// ::com::sun::star::awt::VclWindowPeer
void SAL_CALL setProperty( const OUString& PropertyName, const ::com::sun::star::uno::Any& Value ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;