warning C4101: unreferenced local variable

Change-Id: Iaf3cc45545d4c2eedff12466c90eec1d442ae338
This commit is contained in:
Stephan Bergmann
2012-08-10 12:36:28 +02:00
parent ff795d058b
commit 2bc36e1497

View File

@@ -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