summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/KTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/kab/KTable.hxx')
-rw-r--r--connectivity/source/drivers/kab/KTable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/kab/KTable.hxx b/connectivity/source/drivers/kab/KTable.hxx
index 74fbfec0793c..d8c9ae56f2f1 100644
--- a/connectivity/source/drivers/kab/KTable.hxx
+++ b/connectivity/source/drivers/kab/KTable.hxx
@@ -48,7 +48,7 @@ namespace connectivity
KabConnection* getConnection() { return m_pConnection;}
- virtual void refreshColumns() SAL_OVERRIDE;
+ virtual void refreshColumns() override;
OUString getTableName() const { return m_Name; }
OUString getSchema() const { return m_SchemaName; }