summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/drawingfragment.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-14 11:21:35 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 11:21:35 +0200
commit33fe6b93114964c7578f34df28211d846966a5a4 (patch)
treef1e495a00877a28aecf92434dbd5420808134dc0 /sc/source/filter/oox/drawingfragment.cxx
parentfef9472dcc89688c89b15b997857abb94cb22f47 (diff)
loplugin: defaultparams
Change-Id: Id5cdb8516db9e9017de06c3ab6e25f272c945677
Diffstat (limited to 'sc/source/filter/oox/drawingfragment.cxx')
-rw-r--r--sc/source/filter/oox/drawingfragment.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/drawingfragment.cxx b/sc/source/filter/oox/drawingfragment.cxx
index d1824eccf04e..c97da72b5f02 100644
--- a/sc/source/filter/oox/drawingfragment.cxx
+++ b/sc/source/filter/oox/drawingfragment.cxx
@@ -689,7 +689,7 @@ sal_uInt32 VmlDrawing::convertControlTextColor( const OUString& rTextColor ) con
sal_Int32 nColorToken = AttributeConversion::decodeToken( rTextColor );
sal_Int32 nRgbValue = Color::getVmlPresetColor( nColorToken, API_RGB_TRANSPARENT );
if( nRgbValue == API_RGB_TRANSPARENT )
- nRgbValue = rGraphicHelper.getSystemColor( nColorToken, API_RGB_TRANSPARENT );
+ nRgbValue = rGraphicHelper.getSystemColor( nColorToken );
if( nRgbValue != API_RGB_TRANSPARENT )
return OleHelper::encodeOleColor( nRgbValue );