summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/querydlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/querydlg.hxx')
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/querydlg.hxx b/dbaccess/source/ui/querydesign/querydlg.hxx
index dc423e2184c7..215a9c857c5f 100644
--- a/dbaccess/source/ui/querydesign/querydlg.hxx
+++ b/dbaccess/source/ui/querydesign/querydlg.hxx
@@ -35,10 +35,9 @@ namespace dbaui
{
class OTableListBoxControl;
class OQueryTableView;
- class DlgQryJoin : public ModalDialog
+ class DlgQryJoin final : public ModalDialog
,public IRelationControlInterface
{
- protected:
VclPtr<FixedText> m_pML_HelpText;
VclPtr<OKButton> m_pPB_OK;
VclPtr<ListBox> m_pLB_JoinType;