summaryrefslogtreecommitdiff
path: root/include/sfx2/sfxstatuslistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sfxstatuslistener.hxx')
-rw-r--r--include/sfx2/sfxstatuslistener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxstatuslistener.hxx b/include/sfx2/sfxstatuslistener.hxx
index 560a0e570f48..ab9cb1e85363 100644
--- a/include/sfx2/sfxstatuslistener.hxx
+++ b/include/sfx2/sfxstatuslistener.hxx
@@ -39,7 +39,7 @@ class SFX2_DLLPUBLIC SfxStatusListener : public ::cppu::WeakImplHelper2<
public:
SfxStatusListener( const css::uno::Reference< css::frame::XDispatchProvider >& rDispatchProvider, sal_uInt16 nSlotId, const OUString& aCommand );
- virtual ~SfxStatusListener();
+ virtual ~SfxStatusListener() override;
// old methods from SfxControllerItem
sal_uInt16 GetId() const { return m_nSlotID; }