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

...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65438 954022d7-b5bf-4e40-9824-e11837661b57
parent fd726e0f
......@@ -69,6 +69,7 @@ namespace NSPresentationEditor
{
m_pSimpleGraphicsConverter->PathCommandEnd();
m_pImageElement = pShapeElem;
m_pShapeElement = NULL;
m_oMetricInfo = m_pImageElement->m_oMetric;
m_oBounds = m_pImageElement->m_rcBounds;
......@@ -86,6 +87,7 @@ namespace NSPresentationEditor
{
m_pSimpleGraphicsConverter->PathCommandEnd();
m_pShapeElement = pShapeElem;
m_pImageElement = NULL;
m_oMetricInfo = m_pShapeElement->m_oMetric;
m_oBounds = m_pShapeElement->m_rcBounds;
......
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