summaryrefslogtreecommitdiff
path: root/svx/inc/unomlstr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/unomlstr.hxx')
-rw-r--r--svx/inc/unomlstr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/unomlstr.hxx b/svx/inc/unomlstr.hxx
index 42bf502e0743..8f816e8a65a0 100644
--- a/svx/inc/unomlstr.hxx
+++ b/svx/inc/unomlstr.hxx
@@ -31,7 +31,7 @@ class SvxUnoShapeModifyListener : public ::cppu::WeakAggImplHelper1< css::util::
public:
SvxUnoShapeModifyListener( SdrObject* pObj ) throw();
- virtual ~SvxUnoShapeModifyListener() throw();
+ virtual ~SvxUnoShapeModifyListener() throw() override;
// css::util::XModifyListener
virtual void SAL_CALL modified(const css::lang::EventObject& aEvent) throw( css::uno::RuntimeException, std::exception) override;