summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/drformsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/drformsh.hxx')
-rw-r--r--sc/source/ui/inc/drformsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/drformsh.hxx b/sc/source/ui/inc/drformsh.hxx
index bd061e1ff154..c2fc325a5001 100644
--- a/sc/source/ui/inc/drformsh.hxx
+++ b/sc/source/ui/inc/drformsh.hxx
@@ -40,7 +40,7 @@ private:
public:
ScDrawFormShell(ScViewData* pData);
- virtual ~ScDrawFormShell();
+ virtual ~ScDrawFormShell() override;
};
#endif