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

oox: whitespace fix in WpsContext

Just make sure that these two new lines match the style of the
rest of the file, which was so far consistent.

Change-Id: I6113753157fec7fd0e0dc988885b36b477c301b2
üst 4987ae04
......@@ -89,9 +89,9 @@ oox::core::ContextHandlerRef WpsContext::onCreateContext(sal_Int32 nElementToken
xPropertySet->setPropertyValue(aProps[i], uno::makeAny(*oInsets[i]));
// Handle text vertical adjustment inside a text frame
if( rAttribs.hasAttribute( XML_anchor ) )
if (rAttribs.hasAttribute(XML_anchor))
{
drawing::TextVerticalAdjust eAdjust = drawingml::GetTextVerticalAdjust( rAttribs.getToken( XML_anchor, XML_t ) );
drawing::TextVerticalAdjust eAdjust = drawingml::GetTextVerticalAdjust(rAttribs.getToken(XML_anchor, XML_t));
xPropertySet->setPropertyValue("TextVerticalAdjust", uno::makeAny(eAdjust));
}
return this;
......
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