summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterToolBar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterToolBar.cxx')
-rw-r--r--sdext/source/presenter/PresenterToolBar.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterToolBar.cxx b/sdext/source/presenter/PresenterToolBar.cxx
index 9f9af15da731..a840165914b1 100644
--- a/sdext/source/presenter/PresenterToolBar.cxx
+++ b/sdext/source/presenter/PresenterToolBar.cxx
@@ -1872,10 +1872,10 @@ void PresentationTimeLabel::TimeHasChanged (const oslDateTime& rCurrentTime)
//the presentation was paused for in order to continue the
//timer from the same position
if(!isPaused())
- {
- TimeValue pauseTime = getPauseTimeValue();
- if(pauseTime.Seconds != 0 || pauseTime.Nanosec != 0)
- {
+ {
+ TimeValue pauseTime = getPauseTimeValue();
+ if(pauseTime.Seconds != 0 || pauseTime.Nanosec != 0)
+ {
TimeValue incrementValue(0, 0);
incrementValue.Seconds = aCurrentTimeValue.Seconds - pauseTime.Seconds;
if(pauseTime.Nanosec > aCurrentTimeValue.Nanosec)