summaryrefslogtreecommitdiff
path: root/include/svx/fmshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmshell.hxx')
-rw-r--r--include/svx/fmshell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index 38b8c341fcfe..82a289757456 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -61,7 +61,7 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC FmDesignModeChangedHint : public SfxHint
public:
FmDesignModeChangedHint( bool bDesMode );
- virtual ~FmDesignModeChangedHint();
+ virtual ~FmDesignModeChangedHint() override;
bool GetDesignMode() const { return m_bDesignMode; }
};
@@ -96,7 +96,7 @@ private:
public:
FmFormShell(SfxViewShell* pParent, FmFormView* pView = nullptr);
- virtual ~FmFormShell();
+ virtual ~FmFormShell() override;
void Execute( SfxRequest& );
void GetState( SfxItemSet& );