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

RTF_DOBYPARA import: Y is vertical

Change-Id: I46bf69bfce26375a2fb23ef4b00404beb8d8c135
üst 75b8d8f5
......@@ -2334,7 +2334,7 @@ int RTFDocumentImpl::dispatchFlag(RTFKeyword nKeyword)
case RTF_DOBYPARA:
{
beans::PropertyValue aPropertyValue;
aPropertyValue.Name = OUString("HoriOrientRelation");
aPropertyValue.Name = OUString("VertOrientRelation");
aPropertyValue.Value <<= text::RelOrientation::FRAME;
m_aStates.top().aDrawingObject.aPendingProperties.push_back(aPropertyValue);
}
......
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