summaryrefslogtreecommitdiff
path: root/svtools/source/uno/unocontroltablemodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/unocontroltablemodel.cxx')
-rw-r--r--svtools/source/uno/unocontroltablemodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/unocontroltablemodel.cxx b/svtools/source/uno/unocontroltablemodel.cxx
index fd982321debd..36226892970b 100644
--- a/svtools/source/uno/unocontroltablemodel.cxx
+++ b/svtools/source/uno/unocontroltablemodel.cxx
@@ -544,10 +544,10 @@ namespace svt { namespace table
o_convertedColor.reset();
else
{
- sal_Int32 nColor = COL_TRANSPARENT;
+ Color nColor = COL_TRANSPARENT;
if ( i_color >>= nColor )
{
- o_convertedColor.reset( ::Color( nColor ) );
+ o_convertedColor.reset( nColor );
}
else
{