summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/standardcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index e40ee8a02926..740f551cab1a 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -701,7 +701,7 @@ namespace pcr
{
if ( _rValue.hasValue() )
{
- ::com::sun::star::util::Color nColor = COL_TRANSPARENT;
+ css::util::Color nColor = COL_TRANSPARENT;
if ( _rValue >>= nColor )
{
::Color aRgbCol((ColorData)nColor);
@@ -741,7 +741,7 @@ namespace pcr
else
{
::Color aRgbCol = getTypedControlWindow()->GetSelectEntryColor();
- aPropValue <<= (::com::sun::star::util::Color)aRgbCol.GetColor();
+ aPropValue <<= (css::util::Color)aRgbCol.GetColor();
}
}
return aPropValue;