summaryrefslogtreecommitdiff
path: root/svx/source/dialog/hexcolorcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/hexcolorcontrol.cxx')
-rw-r--r--svx/source/dialog/hexcolorcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/hexcolorcontrol.cxx b/svx/source/dialog/hexcolorcontrol.cxx
index 115dbe7997cd..884340980708 100644
--- a/svx/source/dialog/hexcolorcontrol.cxx
+++ b/svx/source/dialog/hexcolorcontrol.cxx
@@ -51,7 +51,7 @@ sal_Int32 HexColorControl::GetColor()
sax::Converter::convertColor(nColor, aStr);
if (nColor == -1)
- SetControlBackground(Color(COL_RED));
+ SetControlBackground(COL_RED);
else
SetControlBackground();