diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2012-03-05 19:09:45 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-03-05 19:11:04 +0530 |
commit | d082cb2060bbfab7d630b63423b90e449b36150f (patch) | |
tree | 4798cef4ad3073932e2103f79fa2197188bb13bd /oox/source/drawingml/graphicshapecontext.cxx | |
parent | d578654354cc15b4d491b441412c1eb41a878b10 (diff) |
n747499: Wav/Audio files import - stub.
Diffstat (limited to 'oox/source/drawingml/graphicshapecontext.cxx')
-rw-r--r-- | oox/source/drawingml/graphicshapecontext.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/drawingml/graphicshapecontext.cxx b/oox/source/drawingml/graphicshapecontext.cxx index 016fbf3af38a..f01854c77103 100644 --- a/oox/source/drawingml/graphicshapecontext.cxx +++ b/oox/source/drawingml/graphicshapecontext.cxx @@ -76,6 +76,9 @@ Reference< XFastContextHandler > GraphicShapeContext::createFastChildContext( sa case XML_blipFill: xRet.set( new BlipFillContext( *this, xAttribs, mpShapePtr->getGraphicProperties().maBlipProps ) ); break; + case XML_wavAudioFile: + getEmbeddedWAVAudioFile( getRelations(), xAttribs, mpShapePtr->getGraphicProperties().maAudio ); + break; } if ((getNamespace( aElementToken ) == NMSP_vml) && mpShapePtr) |