diff options
Diffstat (limited to 'connectivity/source/inc/calc/CPreparedStatement.hxx')
-rw-r--r-- | connectivity/source/inc/calc/CPreparedStatement.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/calc/CPreparedStatement.hxx b/connectivity/source/inc/calc/CPreparedStatement.hxx index 31ef049e3edfc..ee102daaeed48 100644 --- a/connectivity/source/inc/calc/CPreparedStatement.hxx +++ b/connectivity/source/inc/calc/CPreparedStatement.hxx @@ -30,7 +30,7 @@ namespace connectivity class OCalcPreparedStatement : public file::OPreparedStatement { protected: - virtual file::OResultSet* createResultSet(); + virtual file::OResultSet* createResultSet() SAL_OVERRIDE; public: OCalcPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection){} DECLARE_SERVICE_INFO(); |