Commit 7cf772d1 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

невалидные xml после конвертации ppt->pptx

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59976 954022d7-b5bf-4e40-9824-e11837661b57
parent 7d4e5c86
...@@ -3516,7 +3516,7 @@ namespace NSGuidesVML ...@@ -3516,7 +3516,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>"));
} }
} }
...@@ -3558,7 +3558,7 @@ namespace NSGuidesVML ...@@ -3558,7 +3558,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>"));
} }
} }
...@@ -3615,7 +3615,7 @@ namespace NSGuidesVML ...@@ -3615,7 +3615,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