summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MCatalog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MCatalog.hxx')
-rw-r--r--connectivity/source/drivers/mork/MCatalog.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/mork/MCatalog.hxx b/connectivity/source/drivers/mork/MCatalog.hxx
index 2001941d977e..71bb8b59ce5a 100644
--- a/connectivity/source/drivers/mork/MCatalog.hxx
+++ b/connectivity/source/drivers/mork/MCatalog.hxx
@@ -35,11 +35,11 @@ namespace connectivity
public:
// implementation of the pure virtual methods
- virtual void refreshTables() SAL_OVERRIDE;
- virtual void refreshViews() SAL_OVERRIDE ;
- virtual void refreshGroups() SAL_OVERRIDE;
- virtual void refreshUsers() SAL_OVERRIDE ;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getTables( ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void refreshTables() override;
+ virtual void refreshViews() override ;
+ virtual void refreshGroups() override;
+ virtual void refreshUsers() override ;
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getTables( ) throw(::com::sun::star::uno::RuntimeException, std::exception) override;
public:
explicit OCatalog(OConnection* _pCon);