warning C4101: 'e' : unreferenced local variable

Change-Id: I31372075311e45b7b772ff057aedf4c5f1d0ed18
This commit is contained in:
Stephan Bergmann
2013-04-12 12:28:50 +02:00
parent 6a0757f0e0
commit 5acb6ad0fe

View File

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