summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-10-08 14:34:58 +0200
committerEike Rathke <erack@redhat.com>2014-10-08 14:35:36 +0200
commitf84dac9b1f394b05ceabb54fc77663cd747a3148 (patch)
tree61a2a7fd35f74b889541f85833ffa7c5c6086e25 /slideshow
parent04a810cee48d213806f13deb7953caa39ad08628 (diff)
back out even more wrong tools::Time changes, geez..
Change-Id: I52eb3400769999d7f554c3bdb8746f65b7990388
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/slideshowimpl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx
index 3cec24f556dc..21c3213c3110 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -157,11 +157,11 @@ private:
animations.
*/
canvas::tools::ElapsedTime maTimer;
- /** tools::Time between the display of frames. Enforced only when mbIsActive
+ /** Time between the display of frames. Enforced only when mbIsActive
is <TRUE/>.
*/
const double mnFrameDuration;
- /** tools::Time (of maTimer) when the next frame shall be displayed.
+ /** Time (of maTimer) when the next frame shall be displayed.
Synchronize() will wait until this time.
*/
double mnNextFrameTargetTime;