[Libreoffice-commits] core.git: 2 commits - vcl/source vcl/win
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 27 14:49:09 UTC 2019
vcl/source/window/status.cxx | 2 +-
vcl/win/gdi/winlayout.cxx | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 3208e9153cfc51eae05bee1af02cbff844e3b3ca
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 27 14:38:07 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 27 15:47:02 2019 +0100
Removed duplicated include
Change-Id: Ibf3142a88def08fd9b531b39bde5643aa8498f7f
Reviewed-on: https://gerrit.libreoffice.org/83908
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index cf264425ae17..7b8f5df30180 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -36,7 +36,6 @@
#include <win/saldata.hxx>
#include <win/wingdiimpl.hxx>
#include <outdev.h>
-#include <vcl/opengl/OpenGLHelper.hxx>
#include <vcl/skia/SkiaHelper.hxx>
#if HAVE_FEATURE_SKIA
#include <skia/win/winlayout.hxx>
commit 6d1089069e9b8d1a58998d9c31dc110bdb5e6093
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 27 14:40:48 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 27 15:46:04 2019 +0100
Fix typo
Change-Id: I3b2cd8942a3a2f7871f296fff884af930e33905c
Reviewed-on: https://gerrit.libreoffice.org/83910
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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)
More information about the Libreoffice-commits
mailing list