warning C4101: 'e' : unreferenced local variable
Change-Id: I31372075311e45b7b772ff057aedf4c5f1d0ed18
This commit is contained in:
@@ -50,7 +50,7 @@ SvxFieldData* SvxFieldData::Create(const uno::Reference<text::XTextContent>& xTe
|
||||
aAny = xPropSet->getPropertyValue(UNO_TC_PROP_TEXTFIELD_TYPE);
|
||||
if ( !aAny.has<sal_Int32>() )
|
||||
return NULL;
|
||||
} catch ( const beans::UnknownPropertyException& e )
|
||||
} catch ( const beans::UnknownPropertyException& )
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user