Kaydet (Commit) e341ea38 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

ODF import of glTF 3D models

Change-Id: I42f7bc63c1f75592ab628407b40d40536e58f18c
üst f7a5ed9b
......@@ -3062,7 +3062,8 @@ void SdXMLPluginShapeContext::StartElement( const ::com::sun::star::uno::Referen
if( nPrefix == XML_NAMESPACE_DRAW && IsXMLToken( aLocalName, XML_MIME_TYPE ) )
{
if( xAttrList->getValueByIndex( n ).equalsAscii( "application/vnd.sun.star.media" ) )
if( xAttrList->getValueByIndex( n ).equalsAscii( "application/vnd.sun.star.media" ) ||
xAttrList->getValueByIndex( n ).equalsAscii( "application/vnd.gltf+json" ))
mbMedia = true;
// leave this loop
......
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