summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/generalpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/generalpage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/generalpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/generalpage.hxx b/dbaccess/source/ui/dlg/generalpage.hxx
index 3ab74d63e4b2..4f02f191b993 100644
--- a/dbaccess/source/ui/dlg/generalpage.hxx
+++ b/dbaccess/source/ui/dlg/generalpage.hxx
@@ -65,7 +65,7 @@ namespace dbaui
m_aURLPrefixes;
public:
- virtual ~OGeneralPage();
+ virtual ~OGeneralPage() override;
virtual void dispose() override;
/// set a handler which gets called every time the user selects a new type
@@ -118,7 +118,7 @@ namespace dbaui
{
public:
OGeneralPageWizard( vcl::Window* pParent, const SfxItemSet& _rItems );
- virtual ~OGeneralPageWizard();
+ virtual ~OGeneralPageWizard() override;
virtual void dispose() override;
public:
enum CreationMode