Kaydet (Commit) 628a0f31 authored tarafından Miklos Vajna's avatar Miklos Vajna

DOCX drawingML import: handle SurroundContour shape property

Change-Id: I720a8309bdac002579cf133a9ae923ad2e800b63
üst cdf13001
......@@ -783,6 +783,7 @@ void GraphicImport::lcl_attribute(Id nName, Value& rValue)
}
m_pImpl->applyRelativePosition(xShapeProps);
xShapeProps->setPropertyValue("SurroundContour", uno::makeAny(m_pImpl->bContour));
m_pImpl->applyMargins(xShapeProps);
bool bOpaque = m_pImpl->bOpaque && !m_pImpl->rDomainMapper.IsInHeaderFooter();
xShapeProps->setPropertyValue("Opaque", uno::makeAny(bOpaque));
......
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