diff options
Diffstat (limited to 'svtools/source/graphic/descriptor.hxx')
-rw-r--r-- | svtools/source/graphic/descriptor.hxx | 2 |
1 files changed, 1 insertions, 1 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 ); |