summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-17 14:04:47 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-07-17 13:46:13 +0000
commit1885ebdff687c11725941da48034aa9c1bcb161f (patch)
treee48ba79fcb2d8f57606c3e97f438b150384f1cd9 /include
parent5f7bba13a7bd35f3861f9c6ed75e7b1c539c7367 (diff)
add comment
Change-Id: I1566a20166e77ac1e00db9ba19b92c68ad14e2df Reviewed-on: https://gerrit.libreoffice.org/10366 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
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: