diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-11-27 14:40:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-11-27 15:46:04 +0100 |
commit | 6d1089069e9b8d1a58998d9c31dc110bdb5e6093 (patch) | |
tree | 80f3988962fd55ca8714f40723b40711ca498fae /vcl/source/window/status.cxx | |
parent | 36e3d206e559a71f4522156e16ba541b1d76de02 (diff) |
Fix typo
Change-Id: I3b2cd8942a3a2f7871f296fff884af930e33905c
Reviewed-on: https://gerrit.libreoffice.org/83910
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/window/status.cxx')
-rw-r--r-- | vcl/source/window/status.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/status.cxx b/vcl/source/window/status.cxx index 8cc26fa95146..e5ba91043c53 100644 --- a/vcl/source/window/status.cxx +++ b/vcl/source/window/status.cxx @@ -1348,7 +1348,7 @@ void StatusBar::SetProgressValue( sal_uInt16 nNewPercent ) if (bInvalidate) { - // Rate limit how often we paint, otherwise in some loading scenerios we can spend significant + // Rate limit how often we paint, otherwise in some loading scenarios we can spend significant // time just painting progress bars. sal_uInt32 nTime_ms = osl_getGlobalTimer(); if ((nTime_ms - mnLastProgressPaint_ms) > 100) |