mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Fixed the uninitialised bool on a rich_text_run
This commit is contained in:
parent
61639c7275
commit
b6f0d0a7e1
|
@ -2901,6 +2901,7 @@ rich_text xlsx_consumer::read_rich_text(const xml::qname &parent)
|
|||
else if (text_element == xml::qname(xmlns, "r"))
|
||||
{
|
||||
rich_text_run run;
|
||||
run.preserve_space = preserve_space;
|
||||
|
||||
while (in_element(xml::qname(xmlns, "r")))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user