Commit 4d134387 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 3f8600df
......@@ -309,7 +309,7 @@ XlsConverter::XlsConverter(const std::wstring & xlsFileName, const std::wstring
// output_document->get_xl_files().add_attachedToolbars();
//}
NSFile::CFileBinary file;
if (file.CreateFile(sToolbarsFile))
if (file.CreateFileW(sToolbarsFile))
{
unsigned long size = toolbar_data->getStreamSize();
boost::shared_array<BYTE> buffer(new BYTE[size]);
......
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