Commit f68a3f15 authored by ElenaSubbotina's avatar ElenaSubbotina Committed by Alexander Trofimov

...

parent 0979a416
......@@ -15,7 +15,7 @@ namespace DocFileFormat
{
newXmlString.clear();
std::wstring sTempXmlFile = FileSystem::Directory::CreateTempFileWithUniqueName(
FileSystem::Directory::GetTempPathW(), L"emb");
FileSystem::Directory::GetTempPath(), L"emb");
sTempXmlFile += L".xml";
......
......@@ -215,4 +215,5 @@ unix {
}
SOURCES += \
../source/RtfMath.cpp
../source/RtfMath.cpp \
../source/Reader/OOXMathReader.cpp
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