summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 1220094c0508..75c9cf2f958a 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1956,7 +1956,7 @@ class ExitTimer : public Timer
SetTimeout(500);
Start();
}
- virtual void Timeout()
+ virtual void Timeout() SAL_OVERRIDE
{
exit(42);
}