summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:35:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:35:58 +0200
commitbd50d82d6fee6788420099ac973ea0782b015fa4 (patch)
treeff2305e9991a092875caab42f754c0cbf72ed303 /avmedia
parent509fd38fba550b554217cd67061e8571486d0f9b (diff)
loplugin:casttovoid: avmedia
Change-Id: I38a63a672de06b5f75370e0d08ce96d85cdb1cb3
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/framework/soundhandler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/avmedia/source/framework/soundhandler.cxx b/avmedia/source/framework/soundhandler.cxx
index 45f1b61132f7..94c940846f45 100644
--- a/avmedia/source/framework/soundhandler.cxx
+++ b/avmedia/source/framework/soundhandler.cxx
@@ -224,10 +224,9 @@ void SAL_CALL SoundHandler::dispatchWithNotification(const css::util::URL&
m_aUpdateIdle.SetPriority( TaskPriority::LOWER );
m_aUpdateIdle.Start();
}
- catch( css::uno::Exception& e )
+ catch( css::uno::Exception& )
{
m_bError = true;
- (void)e;
m_xPlayer.clear();
}