Kaydet (Commit) 2bc36e14 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4101: unreferenced local variable

Change-Id: Iaf3cc45545d4c2eedff12466c90eec1d442ae338
üst ff795d05
......@@ -76,7 +76,7 @@ uno::Reference< media::XPlayer > MediaWindowBaseImpl::createPlayer( const ::rtl:
xManager = uno::Reference< ::com::sun::star::media::XManager >(
xFactory->createInstance( AVMEDIA_MANAGER_SERVICE_NAME ),
uno::UNO_QUERY );
} catch ( const uno::Exception &e ) {
} catch ( const uno::Exception & ) {
}
// a fallback path just for gstreamer which has
......
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