summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namepast.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/namepast.hxx')
-rw-r--r--sc/source/ui/inc/namepast.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/namepast.hxx b/sc/source/ui/inc/namepast.hxx
index 8d78ff2a912d..46d779dfe535 100644
--- a/sc/source/ui/inc/namepast.hxx
+++ b/sc/source/ui/inc/namepast.hxx
@@ -51,7 +51,7 @@ private:
public:
ScNamePasteDlg( vcl::Window * pParent, ScDocShell* pShell, bool bInsList=true );
- virtual ~ScNamePasteDlg();
+ virtual ~ScNamePasteDlg() override;
virtual void dispose() override;
const std::vector<OUString>& GetSelectedNames() const;