Kaydet (Commit) 29c53246 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix warning

Change-Id: Ib9fe916eae980949978b0a5a78dfabea6581a43b
üst 57bdc45e
......@@ -89,6 +89,8 @@ ScCondFormatList::ScCondFormatList(Window* pParent, const ResId& rResId, ScDocum
case condformat::DATABAR:
maEntries.push_back(new ScDataBarFrmtEntry( this, mpDoc, maPos, static_cast<const ScDataBarFormat*>( pEntry ) ) );
break;
case condformat::ICONSET:
break;
}
}
}
......
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