Coverity: fix high impact issues
This commit is contained in:
@@ -180,7 +180,7 @@ App::DocumentObjectExecReturn *FeatureViewSpreadsheet::execute(void)
|
||||
celltext = field.str();
|
||||
}
|
||||
// get colors, style, alignment and span
|
||||
int alignment;
|
||||
int alignment = 0;
|
||||
std::string bcolor = "none";
|
||||
std::string fcolor = "#" + hr.str() + hg.str() + hb.str();
|
||||
std::string textstyle = "";
|
||||
|
||||
Reference in New Issue
Block a user