summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/hyperlinkcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/hyperlinkcontext.cxx')
-rw-r--r--oox/source/drawingml/hyperlinkcontext.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/oox/source/drawingml/hyperlinkcontext.cxx b/oox/source/drawingml/hyperlinkcontext.cxx
index b2774d1784b1..a3e7254df380 100644
--- a/oox/source/drawingml/hyperlinkcontext.cxx
+++ b/oox/source/drawingml/hyperlinkcontext.cxx
@@ -150,15 +150,14 @@ HyperLinkContext::~HyperLinkContext()
}
ContextHandlerRef HyperLinkContext::onCreateContext(
- ::sal_Int32 aElement, const AttributeList& rAttribs )
+ ::sal_Int32 aElement, const AttributeList& )
{
switch( aElement )
{
case A_TOKEN( extLst ):
return 0;
case A_TOKEN( snd ):
- EmbeddedWAVAudioFile aAudio;
- getEmbeddedWAVAudioFile( getRelations(), rAttribs.getFastAttributeList(), aAudio );
+ // TODO use getEmbeddedWAVAudioFile() here
break;
}