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

DOCX import: detect inline shape inside shape text

Change-Id: Ia1614759558e73686fce137eb52fb623eae4a4e5
üst 86283cd7
......@@ -146,6 +146,8 @@ ContextHandlerRef RegularTextRunContext::onCreateContext( sal_Int32 aElementToke
case OOX_TOKEN( doc, t ):
mbIsInText = true;
break;
case OOX_TOKEN( doc, drawing ):
break;
default:
SAL_WARN("oox", "RegularTextRunContext::onCreateContext: unhandled element: " << getBaseToken(aElementToken));
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