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

fdo#46361 oox: handle w:br for groupshape textboxes

Change-Id: Ib78891614256b197cefbe766a4a4a9c76219f1cf
üst 9bb74686
...@@ -125,6 +125,9 @@ void TextPortionContext::onStartElement(const AttributeList& rAttribs) ...@@ -125,6 +125,9 @@ void TextPortionContext::onStartElement(const AttributeList& rAttribs)
case OOX_TOKEN(doc, sz): case OOX_TOKEN(doc, sz):
maFont.monSize = rAttribs.getInteger( OOX_TOKEN(doc, val) ); maFont.monSize = rAttribs.getInteger( OOX_TOKEN(doc, val) );
break; break;
case OOX_TOKEN(doc, br):
mrTextBox.appendPortion( maFont, "\n" );
break;
} }
} }
......
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