[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 11 07:59:57 UTC 2021
vcl/source/control/button.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2b24c9ee832ceff6e6e6ae3f4525e8e77e8df8dc
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 11 09:28:31 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 11 09:59:22 2021 +0200
Fix typo
Change-Id: I197ccc8f24cae23c7056245b009f1aac90895040
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113940
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index f2c413de8478..f26561cf0890 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -695,7 +695,7 @@ void PushButton::ImplDrawPushButtonFrame(vcl::RenderContext& rRenderContext,
StyleSettings aStyleSettings = aSettings.GetStyleSettings();
if (nStyle & DrawButtonFlags::Highlight)
{
- // with the custom background, native highlight do nothing, so code bellow mimic
+ // with the custom background, native highlight do nothing, so code below mimic
// native highlight by changing luminance
Color controlBackgroundColorHighlighted = GetControlBackground();
sal_uInt8 colorLuminance = controlBackgroundColorHighlighted.GetLuminance();
More information about the Libreoffice-commits
mailing list