Kaydet (Commit) 25acc2ef authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

writerfilter: also push anchorId for inline to a FrameGrabBag

Change-Id: I187affa518f0df8717c75855d3ea78a5bea7e69b
üst e9c6b925
...@@ -587,6 +587,7 @@ void GraphicImport::lcl_attribute(Id nName, Value& rValue) ...@@ -587,6 +587,7 @@ void GraphicImport::lcl_attribute(Id nName, Value& rValue)
//enable overlapping - ignored //enable overlapping - ignored
break; break;
case NS_ooxml::LN_CT_Anchor_wp14_anchorId: case NS_ooxml::LN_CT_Anchor_wp14_anchorId:
case NS_ooxml::LN_CT_Inline_wp14_anchorId:
{ {
OUStringBuffer aBuffer = OUString::number(nIntValue, 16); OUStringBuffer aBuffer = OUString::number(nIntValue, 16);
OUStringBuffer aString; OUStringBuffer aString;
......
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