summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/autostyl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/autostyl.cxx')
-rw-r--r--sc/source/ui/docshell/autostyl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/autostyl.cxx b/sc/source/ui/docshell/autostyl.cxx
index dec13ced11a6..8fd3930b67ea 100644
--- a/sc/source/ui/docshell/autostyl.cxx
+++ b/sc/source/ui/docshell/autostyl.cxx
@@ -113,7 +113,7 @@ void ScAutoStyleList::AddEntry( sal_uLong nTimeout, const ScRange& rRange, const
if (!aEntries.empty() && nNow != nTimerStart)
{
- OSL_ENSURE(nNow>nTimerStart, "Zeit laeuft rueckwaerts?");
+ OSL_ENSURE(nNow>nTimerStart, "Time is running backwards?");
AdjustEntries((nNow-nTimerStart)*1000);
}
@@ -187,7 +187,7 @@ void ScAutoStyleList::StartTimer( sal_uLong nNow ) // seconds
IMPL_LINK_NOARG(ScAutoStyleList, TimerHdl, Timer *, void)
{
sal_uLong nNow = TimeNow();
- AdjustEntries(aTimer.GetTimeout()); // eingestellte Wartezeit
+ AdjustEntries(aTimer.GetTimeout()); // the set waiting time
ExecuteEntries();
StartTimer(nNow);
}