[Libreoffice-commits] core.git: include/svx

Noel Grandin noel at peralex.com
Thu Jul 17 06:46:45 PDT 2014


 include/svx/sdr/animation/scheduler.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1885ebdff687c11725941da48034aa9c1bcb161f
Author: Noel Grandin <noel at peralex.com>
Date:   Thu Jul 17 14:04:47 2014 +0200

    add comment
    
    Change-Id: I1566a20166e77ac1e00db9ba19b92c68ad14e2df
    Reviewed-on: https://gerrit.libreoffice.org/10366
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/include/svx/sdr/animation/scheduler.hxx b/include/svx/sdr/animation/scheduler.hxx
index 9e3a33d..b9b8ab0 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:


More information about the Libreoffice-commits mailing list