loplugin:stringconstant

Change-Id: Ia4b69d90b2cbeb9aeed9514c12a71abe5e4bd6d5
This commit is contained in:
Stephan Bergmann 2016-08-31 12:05:12 +02:00
parent 281027ea88
commit 32fc5177f7

View File

@ -315,7 +315,7 @@ bool SvxColorTabPage::FillItemSet( SfxItemSet* rSet )
if( ( nDlgType != 0 ) || if( ( nDlgType != 0 ) ||
( *pPageType == PageType::Color && !*pbAreaTP ) ) ( *pPageType == PageType::Color && !*pbAreaTP ) )
{ {
maPaletteManager.AddRecentColor(aCurrentColor, OUString("#") + aCurrentColor.AsRGBHexString().toAsciiUpperCase()); maPaletteManager.AddRecentColor(aCurrentColor, "#" + aCurrentColor.AsRGBHexString().toAsciiUpperCase());
rSet->Put( XFillColorItem( OUString(), aCurrentColor ) ); rSet->Put( XFillColorItem( OUString(), aCurrentColor ) );
rSet->Put( XFillStyleItem( drawing::FillStyle_SOLID ) ); rSet->Put( XFillStyleItem( drawing::FillStyle_SOLID ) );
} }