summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/op_spreadsheet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/opencl/op_spreadsheet.hxx')
-rw-r--r--sc/source/core/opencl/op_spreadsheet.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/opencl/op_spreadsheet.hxx b/sc/source/core/opencl/op_spreadsheet.hxx
index 73ca7336a5ee..3f1f43c6e791 100644
--- a/sc/source/core/opencl/op_spreadsheet.hxx
+++ b/sc/source/core/opencl/op_spreadsheet.hxx
@@ -18,8 +18,8 @@ class OpVLookup: public CheckVariables
{
public:
virtual void GenSlidingWindowFunction(std::stringstream &ss,
- const std::string &sSymName, SubArguments &vSubArguments);
- virtual std::string BinFuncName(void) const { return "VLookup"; }
+ const std::string &sSymName, SubArguments &vSubArguments) SAL_OVERRIDE;
+ virtual std::string BinFuncName(void) const SAL_OVERRIDE { return "VLookup"; }
};
}}