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