summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RTableConnectionData.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/RTableConnectionData.hxx')
-rw-r--r--dbaccess/source/ui/inc/RTableConnectionData.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/RTableConnectionData.hxx b/dbaccess/source/ui/inc/RTableConnectionData.hxx
index 51b8bed797f6..fe26d68bb2ba 100644
--- a/dbaccess/source/ui/inc/RTableConnectionData.hxx
+++ b/dbaccess/source/ui/inc/RTableConnectionData.hxx
@@ -31,7 +31,7 @@ namespace dbaui
};
class OConnectionLineData;
- class ORelationTableConnectionData : public OTableConnectionData
+ class ORelationTableConnectionData final : public OTableConnectionData
{
friend bool operator==(const ORelationTableConnectionData& lhs, const ORelationTableConnectionData& rhs);
@@ -46,7 +46,6 @@ namespace dbaui
bool IsSourcePrimKey() const { return checkPrimaryKey(getReferencingTable()->getTable(),JTCS_FROM); }
bool IsDestPrimKey() const { return checkPrimaryKey(getReferencedTable()->getTable(),JTCS_TO); }
- protected:
virtual OConnectionLineDataRef CreateLineDataObj() override;
ORelationTableConnectionData& operator=( const ORelationTableConnectionData& rConnData );