[Libreoffice-commits] core.git: sfx2/source

andreas kainz (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 23 19:36:11 UTC 2020


 sfx2/source/sidebar/Theme.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit df7abb6981546aebebe69dc944f2a6555a7b669c
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Wed Sep 23 21:03:49 2020 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Sep 23 21:35:31 2020 +0200

    Clean up commented-out code line
    
    Follow-up for commit cf361c7af5aca5978f8aaf4b1e101b2feb2aaf03
    
    Change-Id: If94651ec8be32c62fbc569bcec7a118fb27a3fa8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103273
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sfx2/source/sidebar/Theme.cxx b/sfx2/source/sidebar/Theme.cxx
index 891d793c1841..ac38db8f21e2 100644
--- a/sfx2/source/sidebar/Theme.cxx
+++ b/sfx2/source/sidebar/Theme.cxx
@@ -156,7 +156,6 @@ void Theme::UpdateTheme()
         // UX says this should be a little brighter, but that looks off when compared to the other windows.
         //aBaseBackgroundColor.IncreaseLuminance(7);
         Color aBorderColor (aBaseBackgroundColor);
-        //aBorderColor.DecreaseLuminance(15);
         Color aSecondColor (aBaseBackgroundColor);
         aSecondColor.DecreaseLuminance(15);
 


More information about the Libreoffice-commits mailing list