summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelationDlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/RelationDlg.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationDlg.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/RelationDlg.hxx b/dbaccess/source/ui/inc/RelationDlg.hxx
index 35b2a0814da0..a02ede2e6023 100644
--- a/dbaccess/source/ui/inc/RelationDlg.hxx
+++ b/dbaccess/source/ui/inc/RelationDlg.hxx
@@ -32,7 +32,7 @@
namespace dbaui
{
class OJoinTableView;
- class ORelationDialog : public ModalDialog
+ class ORelationDialog final : public ModalDialog
,public IRelationControlInterface
{
std::unique_ptr<OTableListBoxControl> m_xTableControl;
@@ -73,10 +73,9 @@ namespace dbaui
@param _pConnectionData the connection which exists between the new tables
*/
virtual void notifyConnectionChange() override;
- protected:
+ private:
void Init(const TTableConnectionData::value_type& _pConnectionData);
- private:
DECL_LINK( OKClickHdl, Button*, void );
};
}