summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-27 07:57:49 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-27 08:22:38 +0100
commit9fceb2fc1054013f93654bd2d62a85d996727bf4 (patch)
tree77cf036cb4a090013ab420f3f7533d00d90fae0a /sc/source/ui/inc
parent641d8928f89120637a4348092dc8400440770320 (diff)
missing virtual constructor
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/namedefdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/namedefdlg.hxx b/sc/source/ui/inc/namedefdlg.hxx
index 94d9adadf321..f983e12e5bfa 100644
--- a/sc/source/ui/inc/namedefdlg.hxx
+++ b/sc/source/ui/inc/namedefdlg.hxx
@@ -100,6 +100,8 @@ public:
ScViewData* pViewData, std::map<rtl::OUString, ScRangeName*> aRangeMap,
const ScAddress& aCursorPos, const bool bUndo);
+ virtual ~ScNameDefDlg() {};
+
virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
virtual sal_Bool IsRefInputMode() const;