summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NCatalog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NCatalog.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NCatalog.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/evoab2/NCatalog.hxx b/connectivity/source/drivers/evoab2/NCatalog.hxx
index 5353a5854e6b..375bed11352f 100644
--- a/connectivity/source/drivers/evoab2/NCatalog.hxx
+++ b/connectivity/source/drivers/evoab2/NCatalog.hxx
@@ -34,13 +34,13 @@ namespace connectivity
public:
explicit OEvoabCatalog(OEvoabConnection *_pCon);
inline OEvoabConnection* getConnection() const { return m_pConnection; }
- virtual void refreshTables() SAL_OVERRIDE;
- virtual void refreshViews() SAL_OVERRIDE {}
- virtual void refreshGroups() SAL_OVERRIDE {}
- virtual void refreshUsers() SAL_OVERRIDE {}
+ virtual void refreshTables() override;
+ virtual void refreshViews() override {}
+ virtual void refreshGroups() override {}
+ virtual void refreshUsers() override {}
// XTablesSupplier
virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getTables(
- ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ ) throw(::com::sun::star::uno::RuntimeException, std::exception) override;
};
}
}