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

DocxSdrExport: fix style

Change-Id: I541b75fc4670f77c2961cb77ae425e43b97b0e08
üst 95c54daf
......@@ -883,7 +883,7 @@ void DocxSdrExport::writeDMLTextFrame(sw::Frame* pParentFrame, int nAnchorId)
m_pImpl->m_pBodyPrAttrList = pFS->createAttrList();
{
drawing::TextVerticalAdjust eAdjust = drawing::TextVerticalAdjust_TOP;
if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName("TextVerticalAdjust") )
if (xPropSetInfo.is() && xPropSetInfo->hasPropertyByName("TextVerticalAdjust"))
xPropertySet->getPropertyValue("TextVerticalAdjust") >>= eAdjust;
m_pImpl->m_pBodyPrAttrList->add(XML_anchor, oox::drawingml::GetTextVerticalAdjust(eAdjust));
}
......
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