summaryrefslogtreecommitdiff
path: root/cui/source/inc/scriptdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/scriptdlg.hxx')
-rw-r--r--cui/source/inc/scriptdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/scriptdlg.hxx b/cui/source/inc/scriptdlg.hxx
index 03d5dfe5ae2f..8e46d945ced0 100644
--- a/cui/source/inc/scriptdlg.hxx
+++ b/cui/source/inc/scriptdlg.hxx
@@ -76,7 +76,7 @@ public:
void RequestSubEntries( SvTreeListEntry* pRootEntry, ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode >& node,
::com::sun::star::uno::Reference< com::sun::star::frame::XModel>& model );
SFTreeListBox(Window* pParent);
- ~SFTreeListBox();
+ virtual ~SFTreeListBox();
void ExpandAllTrees();
@@ -178,7 +178,7 @@ public:
// prob need another arg in the ctor
// to specify the language or provider
SvxScriptOrgDialog( Window* pParent, const OUString& language );
- ~SvxScriptOrgDialog();
+ virtual ~SvxScriptOrgDialog();
virtual short Execute() SAL_OVERRIDE;
@@ -197,7 +197,7 @@ public:
SvxScriptErrorDialog(
Window* parent, ::com::sun::star::uno::Any aException );
- ~SvxScriptErrorDialog();
+ virtual ~SvxScriptErrorDialog();
short Execute() SAL_OVERRIDE;
};