Commit f50dd716 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 2577365e
...@@ -928,7 +928,7 @@ void OOXShapeReader::Parse(ReaderParameter oParam, RtfShapePtr& pOutput, PPTX::L ...@@ -928,7 +928,7 @@ void OOXShapeReader::Parse(ReaderParameter oParam, RtfShapePtr& pOutput, PPTX::L
} }
if (oox_line_prop->w.IsInit()) if (oox_line_prop->w.IsInit())
{ {
pOutput->m_nLineWidth = oox_line_prop->w.get() / 12700; pOutput->m_nLineWidth = oox_line_prop->w.get();
} }
if (oox_line_prop->headEnd.IsInit()) if (oox_line_prop->headEnd.IsInit())
{ {
......
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