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

import RTF_DOBYPARA

Change-Id: Ifcfc6e1aca86960f72bcf2a8c7865b192ca1a491
üst db1a183f
......@@ -2330,6 +2330,14 @@ int RTFDocumentImpl::dispatchFlag(RTFKeyword nKeyword)
m_aStates.top().aDrawingObject.aPendingProperties.push_back(aPropertyValue);
}
break;
case RTF_DOBYPARA:
{
beans::PropertyValue aPropertyValue;
aPropertyValue.Name = OUString("HoriOrientRelation");
aPropertyValue.Value <<= text::RelOrientation::FRAME;
m_aStates.top().aDrawingObject.aPendingProperties.push_back(aPropertyValue);
}
break;
case RTF_CONTEXTUALSPACE:
{
RTFValue::Pointer_t pValue(new RTFValue(1));
......
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