WaE: unused variable

This commit is contained in:
Caolán McNamara
2011-08-29 08:55:02 +01:00
parent 3fed9f3b46
commit d1340a6e4d

View File

@@ -99,7 +99,7 @@ sal_Bool RtfFilter::filter( const uno::Sequence< beans::PropertyValue >& aDescri
#endif #endif
return sal_True; return sal_True;
} }
catch( const uno::Exception& rEx) catch (const uno::Exception&)
{ {
return sal_False; return sal_False;
} }