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