Commit b69051a5 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 6e15370a
......@@ -827,7 +827,7 @@ int xlsx_pivots_context::end_table()
impl_->serialize_view(view_strm);
impl_->serialize_cache(cache_strm);
std::wstring & str_view = view_strm.str();
std::wstring str_view = view_strm.str();
if (str_view.empty()) return -1;
......@@ -1088,4 +1088,4 @@ xlsx_pivots_context::~xlsx_pivots_context()
}
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment