summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dapitype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/dapitype.hxx')
-rw-r--r--sc/source/ui/inc/dapitype.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/dapitype.hxx b/sc/source/ui/inc/dapitype.hxx
index 899e14cb9bda..c4aa3ca6a97a 100644
--- a/sc/source/ui/inc/dapitype.hxx
+++ b/sc/source/ui/inc/dapitype.hxx
@@ -40,7 +40,7 @@ private:
public:
ScDataPilotSourceTypeDlg(Window* pParent, bool bEnableExternal);
- ~ScDataPilotSourceTypeDlg();
+ virtual ~ScDataPilotSourceTypeDlg();
bool IsDatabase() const;
bool IsExternal() const;
@@ -74,7 +74,7 @@ private:
public:
ScDataPilotServiceDlg( Window* pParent,
const com::sun::star::uno::Sequence<OUString>& rServices );
- ~ScDataPilotServiceDlg();
+ virtual ~ScDataPilotServiceDlg();
OUString GetServiceName() const;
OUString GetParSource() const;