summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/calc/CStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/calc/CStatement.hxx')
-rw-r--r--connectivity/source/inc/calc/CStatement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/calc/CStatement.hxx b/connectivity/source/inc/calc/CStatement.hxx
index 3a7cd8050485..3b44e85080ce 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();