mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
I really should set up a Linux VM one of these days
This commit is contained in:
parent
4dc9f7dfa6
commit
f33e887012
|
@ -144,7 +144,7 @@ std::vector<relationship> xlsx_consumer::read_relationships(const path &part)
|
||||||
{
|
{
|
||||||
expect_start_element(xml::qname(xmlns, "Relationship"), xml::content::simple);
|
expect_start_element(xml::qname(xmlns, "Relationship"), xml::content::simple);
|
||||||
|
|
||||||
auto target_mode = target_mode::internal;
|
auto target_mode = xlnt::target_mode::internal;
|
||||||
|
|
||||||
if (parser.attribute_present("TargetMode"))
|
if (parser.attribute_present("TargetMode"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user