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 3a559e889710..ff9b10ca8da8 100644
--- a/svx/source/dialog/hexcolorcontrol.cxx
+++ b/svx/source/dialog/hexcolorcontrol.cxx
@@ -84,7 +84,7 @@ Color HexColorControl::GetColor() const
m_xEntry->set_message_type(nColor != -1 ? weld::EntryMessageType::Normal
: weld::EntryMessageType::Error);
- return Color(nColor);
+ return Color(ColorTransparency, nColor);
}
IMPL_STATIC_LINK(HexColorControl, ImplProcessInputHdl, OUString&, rTest, bool)