summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r--basctl/source/basicide/moduldlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index f3487bfa9de8..aa5d6512a8a8 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -112,7 +112,7 @@ protected:
public:
ExtTreeListBox(Window* pParent, WinBits nStyle);
- ~ExtTreeListBox();
+ virtual ~ExtTreeListBox();
};
class CheckBox : public SvTabListBox
@@ -125,7 +125,7 @@ private:
public:
CheckBox(Window* pParent, WinBits nStyle);
- ~CheckBox();
+ virtual ~CheckBox();
SvTreeListEntry* DoInsertEntry( const OUString& rStr, sal_uLong nPos = LISTBOX_APPEND );
SvTreeListEntry* FindEntry( const OUString& rName );
@@ -172,7 +172,7 @@ private:
public:
OrganizeDialog( Window* pParent, sal_Int16 tabId, EntryDescriptor& rDesc );
- ~OrganizeDialog();
+ virtual ~OrganizeDialog();
virtual short Execute() SAL_OVERRIDE;