summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/saltimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/saltimer.h')
-rw-r--r--vcl/inc/unx/saltimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/saltimer.h b/vcl/inc/unx/saltimer.h
index 45692f766d43..e3c302512f1d 100644
--- a/vcl/inc/unx/saltimer.h
+++ b/vcl/inc/unx/saltimer.h
@@ -30,7 +30,7 @@ public:
X11SalTimer( SalXLib *pXLib ) : mpXLib( pXLib ) {}
virtual ~X11SalTimer();
- // overload all pure virtual methods
+ // override all pure virtual methods
void Start( sal_uIntPtr nMS ) SAL_OVERRIDE;
void Stop() SAL_OVERRIDE;
};