summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-09-23 21:03:49 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-09-23 21:35:31 +0200
commitdf7abb6981546aebebe69dc944f2a6555a7b669c (patch)
tree723a1c00fafd50bd76c4b7f4ac57bf9d3a25c8ed /sfx2
parentcf361c7af5aca5978f8aaf4b1e101b2feb2aaf03 (diff)
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@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/Theme.cxx1
1 files changed, 0 insertions, 1 deletions
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);