mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Fixing mistake when emty
This commit is contained in:
parent
6a80d7666b
commit
b4de5fee16
@ -504,7 +504,7 @@ void cell::error(const std::string &error)
|
||||
{
|
||||
throw invalid_data_type();
|
||||
}
|
||||
|
||||
d_->value_text_ = error;
|
||||
d_->value_text_.get().plain_text(error, false);
|
||||
d_->type_ = type::error;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user