summaryrefslogtreecommitdiff
path: root/sc/inc/dispuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dispuno.hxx')
-rw-r--r--sc/inc/dispuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx
index f5a3c0d98784..b54ad2fd5ae6 100644
--- a/sc/inc/dispuno.hxx
+++ b/sc/inc/dispuno.hxx
@@ -52,7 +52,7 @@ class ScDispatchProviderInterceptor : public cppu::WeakImplHelper<
public:
ScDispatchProviderInterceptor(ScTabViewShell* pViewSh);
- virtual ~ScDispatchProviderInterceptor();
+ virtual ~ScDispatchProviderInterceptor() override;
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
@@ -97,7 +97,7 @@ class ScDispatch : public cppu::WeakImplHelper<
public:
ScDispatch(ScTabViewShell* pViewSh);
- virtual ~ScDispatch();
+ virtual ~ScDispatch() override;
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;