Commit 8312cce2 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent dc89e1d4
......@@ -2773,7 +2773,7 @@ namespace OOX{
double* pNewElem = new double;
std::wstring sVal = oReader.GetText(); // Yp2bbamFbt1iHeX3WM0_.pptx - value = "-"
*pNewElem = 0;
__try
try
{
*pNewElem = _tstof(sVal.c_str());
}
......
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