diff options
Diffstat (limited to 'sc/source/ui/inc/dbnamdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/dbnamdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx index ba51b9e1b98c..85b66f6a1b23 100644 --- a/sc/source/ui/inc/dbnamdlg.hxx +++ b/sc/source/ui/inc/dbnamdlg.hxx @@ -40,7 +40,7 @@ class ScDbNameDlg : public ScAnyRefDlg public: ScDbNameDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScViewData* ptrViewData ); - ~ScDbNameDlg(); + virtual ~ScDbNameDlg(); virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) SAL_OVERRIDE; |