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.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/namepast.hxx b/sc/source/ui/inc/namepast.hxx
index 866ffc79ee04..0ee6fa6db115 100644
--- a/sc/source/ui/inc/namepast.hxx
+++ b/sc/source/ui/inc/namepast.hxx
@@ -49,6 +49,7 @@ public:
ScNamePasteDlg( vcl::Window * pParent, ScDocShell* pShell, bool bInsList=true );
virtual ~ScNamePasteDlg();
+ virtual void dispose() SAL_OVERRIDE;
std::vector<OUString> GetSelectedNames() const;
};