summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/controlwizard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/controlwizard.hxx')
-rw-r--r--extensions/source/dbpilots/controlwizard.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/controlwizard.hxx b/extensions/source/dbpilots/controlwizard.hxx
index 9c571185f923..1ef099113faa 100644
--- a/extensions/source/dbpilots/controlwizard.hxx
+++ b/extensions/source/dbpilots/controlwizard.hxx
@@ -76,7 +76,7 @@ namespace dbp
public:
OControlWizardPage( OControlWizard* _pParent, const ResId& _rResId );
- ~OControlWizardPage();
+ virtual ~OControlWizardPage();
protected:
void fillListBox(
@@ -116,7 +116,7 @@ namespace dbp
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObjectModel,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext
);
- ~OControlWizard();
+ virtual ~OControlWizard();
// make the some base class methods public
sal_Bool travelNext() { return OControlWizard_Base::travelNext(); }