Commit 85f4aa56 authored by Sergey Konovalov's avatar Sergey Konovalov

fix error in sheetViews toXML

parent d2c5ea02
......@@ -621,7 +621,7 @@ namespace OOX
}
virtual void toXML(NSStringUtils::CStringBuilder& writer) const
{
if(m_arrItems.empty())
if(m_arrItems.empty()) return;
writer.WriteString(_T("<sheetViews>"));
......
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