summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2')
-rw-r--r--connectivity/source/drivers/evoab2/NConnection.hxx2
-rw-r--r--connectivity/source/drivers/evoab2/NResultSet.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/evoab2/NConnection.hxx b/connectivity/source/drivers/evoab2/NConnection.hxx
index 2b2737927b53..2ba2a8db7ea8 100644
--- a/connectivity/source/drivers/evoab2/NConnection.hxx
+++ b/connectivity/source/drivers/evoab2/NConnection.hxx
@@ -47,7 +47,7 @@ namespace connectivity
typedef connectivity::OMetaConnection OConnection_BASE; // implements basics and text encoding
- class OEvoabConnection :public OConnection_BASE
+ class OEvoabConnection final :public OConnection_BASE
{
private:
const OEvoabDriver& m_rDriver;
diff --git a/connectivity/source/drivers/evoab2/NResultSet.cxx b/connectivity/source/drivers/evoab2/NResultSet.cxx
index 0c438f650479..28c7278f2010 100644
--- a/connectivity/source/drivers/evoab2/NResultSet.cxx
+++ b/connectivity/source/drivers/evoab2/NResultSet.cxx
@@ -435,7 +435,7 @@ public:
return isBookBackend(pBook, "local");
}
- virtual void freeContacts() override
+ virtual void freeContacts() override final
{
e_client_util_free_object_slist(m_pContacts);
m_pContacts = nullptr;
@@ -560,7 +560,7 @@ public:
!strncmp( "local:", e_book_get_uri( pBook ), 6 ) );
}
- virtual void freeContacts() override
+ virtual void freeContacts() override final
{
g_list_free(m_pContacts);
m_pContacts = nullptr;