optimize latest commit missing a test

This commit is contained in:
sukoi26 2017-11-06 14:12:08 +01:00 committed by GitHub
parent caeadfc83c
commit 4f07495abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2145,7 +2145,7 @@ void xlsx_producer::write_worksheet(const relationship &rel)
write_end_element(xmlns, "col");
}
write_end_element(xmlns, "cols");
if(has_column_properties) write_end_element(xmlns, "cols");
const auto hyperlink_rels = source_.manifest().relationships(worksheet_part, relationship_type::hyperlink);
std::unordered_map<std::string, std::string> reverse_hyperlink_references;