Kaydet (Commit) c7d80ccb authored tarafından matteocam's avatar matteocam Kaydeden (comit) Fridrich Štrba

Added body of EditCharAttribBackgroundColor

Change-Id: Ieac410809b33b1b489cb7563f3fed133d32832d0
(cherry picked from commit 8fd668c4)
üst 139ca8f2
......@@ -237,17 +237,13 @@ EditCharAttribBackgroundColor::EditCharAttribBackgroundColor(
sal_uInt16 _nEnd )
: EditCharAttrib( rAttr, _nStart, _nEnd )
{
// FIXME(matteocam)
//DBG_ASSERT( rAttr.Which() == EE_CHAR_BKG_COLOR, "Not a BackgroundColor attribute!" );
DBG_ASSERT( rAttr.Which() == EE_CHAR_BKGCOLOR, "Not a BackgroundColor attribute!" );
}
void EditCharAttribBackgroundColor::SetFont( SvxFont& rFont, OutputDevice* )
{
/* FIXME(matteocam)
*
Color aColor = ((const SvxBackgroundColorItem*)GetItem())->GetValue();
rFont.SetFillColor( aColor); // XXX: Is it SetFillColor we want?
*/
}
......
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