diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-22 11:17:02 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-22 11:30:13 +0100 |
commit | f2d1e5ef1cbae5959e818577bc6c94bed746dc90 (patch) | |
tree | 39bc9a498a4519784c877fd40978b6bb7df6351d /oox/source | |
parent | b65991145a07287f93b9738f4b9ab3ceca36402d (diff) |
VML import: parse shape text run inside w:smartTag
Change-Id: I26c2f9e3f5e560f22d3de0a7378c5cd7d0413184
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/vml/vmltextboxcontext.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/vml/vmltextboxcontext.cxx b/oox/source/vml/vmltextboxcontext.cxx index fe53d7809a08..80cfd37aab93 100644 --- a/oox/source/vml/vmltextboxcontext.cxx +++ b/oox/source/vml/vmltextboxcontext.cxx @@ -239,6 +239,7 @@ ContextHandlerRef TextBoxContext::onCreateContext( sal_Int32 nElement, const Att break; case OOX_TOKEN(doc, p): case OOX_TOKEN(doc, sdtContent): + case OOX_TOKEN(doc, smartTag): if (nElement == OOX_TOKEN(doc, r)) return new TextPortionContext( *this, mrTextBox, maParagraph, TextFontModel(), nElement, rAttribs ); else |