summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/iconview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/iconview.cxx')
-rw-r--r--svtools/source/contnr/iconview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/iconview.cxx b/svtools/source/contnr/iconview.cxx
index c7f7d9181d59..9af84362f45f 100644
--- a/svtools/source/contnr/iconview.cxx
+++ b/svtools/source/contnr/iconview.cxx
@@ -182,7 +182,7 @@ void IconView::PaintEntry(SvTreeListEntry& rEntry, long nX, long nY,
aRect.SetSize(aRectSize);
Color aBackgroundColor = aWallpaper.GetColor();
- if (aBackgroundColor != Color(COL_TRANSPARENT))
+ if (aBackgroundColor != COL_TRANSPARENT)
{
rRenderContext.SetFillColor(aBackgroundColor);
// this case may occur for smaller horizontal resizes