summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic')
-rw-r--r--svtools/source/graphic/descriptor.hxx2
-rw-r--r--svtools/source/graphic/graphic.hxx2
-rw-r--r--svtools/source/graphic/transformer.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/graphic/descriptor.hxx b/svtools/source/graphic/descriptor.hxx
index 998d0260e636..4fbf441193bb 100644
--- a/svtools/source/graphic/descriptor.hxx
+++ b/svtools/source/graphic/descriptor.hxx
@@ -68,7 +68,7 @@ class GraphicDescriptor : public ::cppu::OWeakAggObject,
public:
GraphicDescriptor();
- virtual ~GraphicDescriptor() throw();
+ virtual ~GraphicDescriptor() throw() override;
void init( const ::Graphic& rGraphic );
void init( const OUString& rURL );
diff --git a/svtools/source/graphic/graphic.hxx b/svtools/source/graphic/graphic.hxx
index ec512a8cf601..475db8170aa1 100644
--- a/svtools/source/graphic/graphic.hxx
+++ b/svtools/source/graphic/graphic.hxx
@@ -39,7 +39,7 @@ class Graphic : public css::graphic::XGraphic,
public:
Graphic();
- virtual ~Graphic() throw();
+ virtual ~Graphic() throw() override;
using ::unographic::GraphicDescriptor::init;
void init( const ::Graphic& rGraphic ) throw();
diff --git a/svtools/source/graphic/transformer.hxx b/svtools/source/graphic/transformer.hxx
index 764daddfffa6..2d7376afa024 100644
--- a/svtools/source/graphic/transformer.hxx
+++ b/svtools/source/graphic/transformer.hxx
@@ -35,7 +35,7 @@ class GraphicTransformer : public GraphicTransformer_UnoImplHelper1
public:
GraphicTransformer();
- virtual ~GraphicTransformer();
+ virtual ~GraphicTransformer() override;
// XGraphicTransformer
virtual css::uno::Reference< css::graphic::XGraphic > SAL_CALL colorChange(