Commit b9108b9d authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

фикс ошибки при записи геометрии в pptx docx

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65280 954022d7-b5bf-4e40-9824-e11837661b57
parent d98aebda
...@@ -3582,7 +3582,7 @@ namespace NSGuidesVML ...@@ -3582,7 +3582,7 @@ namespace NSGuidesVML
GetValue(pCurPoint.x, pCurPointType.x, false, m_oPathRes); GetValue(pCurPoint.x, pCurPointType.x, false, m_oPathRes);
m_oPathRes.WriteString(_T("\" y=\"")); m_oPathRes.WriteString(_T("\" y=\""));
GetValue(pCurPoint.y, pCurPointType.y, false, m_oPathRes); GetValue(pCurPoint.y, pCurPointType.y, false, m_oPathRes);
m_oPathRes.WriteString(_T("\" /><a:lnTo/>")); m_oPathRes.WriteString(_T("\" /></a:lnTo>"));
} }
} }
...@@ -3639,7 +3639,7 @@ namespace NSGuidesVML ...@@ -3639,7 +3639,7 @@ namespace NSGuidesVML
GetValue(m_lIndexDst-2, ptFormula, true, m_oPathRes); GetValue(m_lIndexDst-2, ptFormula, true, m_oPathRes);
m_oPathRes.WriteString(_T("\" y=\"")); m_oPathRes.WriteString(_T("\" y=\""));
GetValue(m_lIndexDst-1, ptFormula, true, m_oPathRes); GetValue(m_lIndexDst-1, ptFormula, true, m_oPathRes);
m_oPathRes.WriteString(_T("\" /><a:lnTo/>")); m_oPathRes.WriteString(_T("\" /></a:lnTo>"));
} }
} }
......
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