summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/dbase/DStatement.hxx')
-rw-r--r--connectivity/source/inc/dbase/DStatement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/dbase/DStatement.hxx b/connectivity/source/inc/dbase/DStatement.hxx
index 0e88330d0fb2..e67d9fd7ffac 100644
--- a/connectivity/source/inc/dbase/DStatement.hxx
+++ b/connectivity/source/inc/dbase/DStatement.hxx
@@ -30,7 +30,7 @@ namespace connectivity
class ODbaseStatement : public file::OStatement
{
protected:
- virtual file::OResultSet* createResultSet() SAL_OVERRIDE;
+ virtual file::OResultSet* createResultSet() override;
public:
ODbaseStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){}
DECLARE_SERVICE_INFO();