summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Catalog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/Catalog.hxx')
-rw-r--r--connectivity/source/drivers/firebird/Catalog.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/firebird/Catalog.hxx b/connectivity/source/drivers/firebird/Catalog.hxx
index 5dc341b9b2fa..32a2f317e8e6 100644
--- a/connectivity/source/drivers/firebird/Catalog.hxx
+++ b/connectivity/source/drivers/firebird/Catalog.hxx
@@ -26,14 +26,14 @@ namespace connectivity
explicit Catalog(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& rConnection);
// OCatalog
- virtual void refreshTables() SAL_OVERRIDE;
- virtual void refreshViews() SAL_OVERRIDE;
+ virtual void refreshTables() override;
+ virtual void refreshViews() override;
// IRefreshableGroups
- virtual void refreshGroups() SAL_OVERRIDE;
+ virtual void refreshGroups() override;
// IRefreshableUsers
- virtual void refreshUsers() SAL_OVERRIDE;
+ virtual void refreshUsers() override;
};
} // namespace firebird
} // namespace connectivity