summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/flat/EPreparedStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/flat/EPreparedStatement.hxx')
-rw-r--r--connectivity/source/inc/flat/EPreparedStatement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/flat/EPreparedStatement.hxx b/connectivity/source/inc/flat/EPreparedStatement.hxx
index 97181a8c587b..81a1b4b7fe15 100644
--- a/connectivity/source/inc/flat/EPreparedStatement.hxx
+++ b/connectivity/source/inc/flat/EPreparedStatement.hxx
@@ -30,7 +30,7 @@ namespace connectivity
class OFlatPreparedStatement : public file::OPreparedStatement
{
protected:
- virtual file::OResultSet* createResultSet() SAL_OVERRIDE;
+ virtual file::OResultSet* createResultSet() override;
public:
OFlatPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection){}
DECLARE_SERVICE_INFO();