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