Kaydet (Commit) 88bd199e authored tarafından Miklos Vajna's avatar Miklos Vajna

error: 'SvxColorBackgroundItem' was not declared in this scope

Change-Id: I296a1ba4128d5e1c9178a20df25875fd8baaefe5
üst c651bf90
......@@ -180,7 +180,7 @@ OString DbgOutItem(const SfxItemPool& rPool, const SfxPoolItem& rItem)
case EE_CHAR_BKGCOLOR:
{
aDebStr.append("FillColor= ");
Color aColor( ((SvxColorBackgroundItem&)rItem).GetValue() );
Color aColor( ((SvxBackgroundColorItem&)rItem).GetValue() );
aDebStr.append(static_cast<sal_Int32>(aColor.GetRed()));
aDebStr.append(", ");
aDebStr.append(static_cast<sal_Int32>(aColor.GetGreen()));
......
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