summaryrefslogtreecommitdiff
path: root/sc/inc/viewuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r--sc/inc/viewuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx
index 3fc353bf1e4f..b18281faaee5 100644
--- a/sc/inc/viewuno.hxx
+++ b/sc/inc/viewuno.hxx
@@ -66,7 +66,7 @@ protected:
public:
ScViewPaneBase(ScTabViewShell* pViewSh, sal_uInt16 nP);
- virtual ~ScViewPaneBase();
+ virtual ~ScViewPaneBase() override;
ScTabViewShell* GetViewShell() const { return pViewShell; }
@@ -128,7 +128,7 @@ class ScViewPaneObj : public ScViewPaneBase, public cppu::OWeakObject
{
public:
ScViewPaneObj(ScTabViewShell* pViewSh, sal_uInt16 nP);
- virtual ~ScViewPaneObj();
+ virtual ~ScViewPaneObj() override;
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType )
throw(css::uno::RuntimeException, std::exception) override;
@@ -187,7 +187,7 @@ private:
public:
ScTabViewObj(ScTabViewShell* pViewSh);
ScTabViewObj() = delete;
- virtual ~ScTabViewObj();
+ virtual ~ScTabViewObj() override;
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType )
throw(css::uno::RuntimeException, std::exception) override;
@@ -381,7 +381,7 @@ class ScPreviewObj : public SfxBaseController,
ScPreviewShell* mpViewShell;
public:
ScPreviewObj(ScPreviewShell* pViewSh);
- virtual ~ScPreviewObj();
+ virtual ~ScPreviewObj() override;
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType)
throw(css::uno::RuntimeException, std::exception) override;