Kaydet (Commit) 29b8f729 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Deduplicate lcl_mediumColor

Change-Id: I11556fc7dc2013ce66627e8ab41c91d0742d6866
üst 39d45c1f
......@@ -1011,7 +1011,7 @@ void SvxBorderTabPage::FillValueSets()
}
// ============================================================================
Color lcl_mediumColor( Color aMain, Color /*aDefault*/ )
static Color lcl_mediumColor( Color aMain, Color /*aDefault*/ )
{
return SvxBorderLine::threeDMediumColor( aMain );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment