summaryrefslogtreecommitdiff
path: root/sc/inc/clkernelthread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/clkernelthread.hxx')
-rw-r--r--sc/inc/clkernelthread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/clkernelthread.hxx b/sc/inc/clkernelthread.hxx
index 8018d3f68a3e..154ec48ba55a 100644
--- a/sc/inc/clkernelthread.hxx
+++ b/sc/inc/clkernelthread.hxx
@@ -41,7 +41,7 @@ public:
osl::Condition maCompilationDoneCondition;
protected:
- virtual void execute();
+ virtual void execute() SAL_OVERRIDE;
private:
osl::Mutex maQueueMutex;