[Libreoffice-commits] core.git: oox/source

Miklos Vajna vmiklos at collabora.co.uk
Wed May 28 07:34:14 PDT 2014


 oox/source/shape/WpgContext.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 3f0a2a704f4110b9beba04201602957d5f12bf2b
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed May 28 16:21:37 2014 +0200

    oox: detect <wpg:graphicFrame> inside <wpg:wgp>
    
    Change-Id: Ifdbf7d69ecee226e551bc9c65de6c3a53acef53b

diff --git a/oox/source/shape/WpgContext.cxx b/oox/source/shape/WpgContext.cxx
index 254d72f..080240a 100644
--- a/oox/source/shape/WpgContext.cxx
+++ b/oox/source/shape/WpgContext.cxx
@@ -63,6 +63,8 @@ oox::core::ContextHandlerRef WpgContext::onCreateContext(sal_Int32 nElementToken
         return new oox::drawingml::ShapeGroupContext(*this, mpShape, oox::drawingml::ShapePtr(new oox::drawingml::Shape("com.sun.star.drawing.GroupShape")));
     }
     break;
+    case XML_graphicFrame:
+        break;
     default:
         SAL_WARN("oox", "WpgContext::createFastChildContext: unhandled element: " << getBaseToken(nElementToken));
         break;


More information about the Libreoffice-commits mailing list