diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-09 07:49:16 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-11-28 15:33:45 +0100 |
commit | f0bf6a4178dfb3a75d01c4b8b48531a079b75b5b (patch) | |
tree | afb2f24ecff195bc9f429e160e5ce69312442297 /svtools/source | |
parent | 44754323eb546c45c56803a1af14652fde25b5d7 (diff) |
Fix typo deactive
Change-Id: I68a87a9435784f949f1e7b730270641bd8e05b43
Reviewed-on: https://gerrit.libreoffice.org/63149
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/contnr/iconview.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/contnr/iconview.cxx b/svtools/source/contnr/iconview.cxx index 31f80325f40d..c323a693f045 100644 --- a/svtools/source/contnr/iconview.cxx +++ b/svtools/source/contnr/iconview.cxx @@ -141,8 +141,8 @@ void IconView::PaintEntry(SvTreeListEntry& rEntry, long nX, long nY, if (pViewDataEntry->IsHighlighted()) { Color aNewWallColor = rSettings.GetHighlightColor(); - // if the face color is bright then the deactive color is also bright - // -> so you can't see any deactive selection + // if the face color is bright then the deactivate color is also bright + // -> so you can't see any deactivate selection if (bHideSelection && !rSettings.GetFaceColor().IsBright() && aWallpaper.GetColor().IsBright() != rSettings.GetDeactiveColor().IsBright()) { |