summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svx/sdr/animation/scheduler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/animation/scheduler.hxx b/include/svx/sdr/animation/scheduler.hxx
index 9e3a33dd2dcb..b9b8ab0c3e7e 100644
--- a/include/svx/sdr/animation/scheduler.hxx
+++ b/include/svx/sdr/animation/scheduler.hxx
@@ -36,7 +36,7 @@ namespace sdr
// time of event in ms
sal_uInt32 mnTime;
- // pointer for simply linked list
+ // pointer for linked list sorted by mnTime
Event* mpNext;
public: