loplugin:stringconstant
Change-Id: Ia4b69d90b2cbeb9aeed9514c12a71abe5e4bd6d5
This commit is contained in:
parent
281027ea88
commit
32fc5177f7
@ -315,7 +315,7 @@ bool SvxColorTabPage::FillItemSet( SfxItemSet* rSet )
|
||||
if( ( nDlgType != 0 ) ||
|
||||
( *pPageType == PageType::Color && !*pbAreaTP ) )
|
||||
{
|
||||
maPaletteManager.AddRecentColor(aCurrentColor, OUString("#") + aCurrentColor.AsRGBHexString().toAsciiUpperCase());
|
||||
maPaletteManager.AddRecentColor(aCurrentColor, "#" + aCurrentColor.AsRGBHexString().toAsciiUpperCase());
|
||||
rSet->Put( XFillColorItem( OUString(), aCurrentColor ) );
|
||||
rSet->Put( XFillStyleItem( drawing::FillStyle_SOLID ) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user