diff options
Diffstat (limited to 'starmath/source/tmpdevice.cxx')
-rw-r--r-- | starmath/source/tmpdevice.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/tmpdevice.cxx b/starmath/source/tmpdevice.cxx index 3e822a3f7854..a6bb67a7d77f 100644 --- a/starmath/source/tmpdevice.cxx +++ b/starmath/source/tmpdevice.cxx @@ -65,7 +65,7 @@ Color SmTmpDevice::Impl_GetColor( const Color& rColor ) nNewCol = COL_BLACK; } } - return Color( nNewCol ); + return nNewCol; } |