diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/standardcontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx index 26d154eb1880..76417c0a1216 100644 --- a/extensions/source/propctrlr/standardcontrol.cxx +++ b/extensions/source/propctrlr/standardcontrol.cxx @@ -654,7 +654,7 @@ namespace pcr css::util::Color nColor = COL_TRANSPARENT; if (_rValue.hasValue()) _rValue >>= nColor; - getTypedControlWindow()->SelectEntry(::Color(static_cast<ColorData>(nColor))); + getTypedControlWindow()->SelectEntry(::Color(sal_uInt32(nColor))); } Any SAL_CALL OColorControl::getValue() |