summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WTypeSelect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/WTypeSelect.hxx')
-rw-r--r--dbaccess/source/ui/inc/WTypeSelect.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/WTypeSelect.hxx b/dbaccess/source/ui/inc/WTypeSelect.hxx
index 24b9b72bccbd..794d0203d221 100644
--- a/dbaccess/source/ui/inc/WTypeSelect.hxx
+++ b/dbaccess/source/ui/inc/WTypeSelect.hxx
@@ -34,9 +34,8 @@ namespace dbaui
{
class OTableDesignHelpBar;
// OWizTypeSelectControl
- class OWizTypeSelectControl : public OFieldDescControl
+ class OWizTypeSelectControl final : public OFieldDescControl
{
- protected:
VclPtr<vcl::Window> m_pParentTabPage;
virtual void ActivateAggregate( EControlType eType ) override;
virtual void DeactivateAggregate( EControlType eType ) override;
@@ -61,14 +60,13 @@ namespace dbaui
// Wizard Page: OWizTypeSelectList
// just defines the css::ucb::Command for the Contextmenu
- class OWizTypeSelectList : public MultiListBox
+ class OWizTypeSelectList final : public MultiListBox
{
bool m_bPKey;
bool IsPrimaryKeyAllowed() const;
void setPrimaryKey( OFieldDescription* _pFieldDescr,
sal_uInt16 _nPos,
bool _bSet = false);
- protected:
virtual bool PreNotify( NotifyEvent& rNEvt ) override;
VclPtr<vcl::Window> m_pParentTabPage;
public: