Kaydet (Commit) 5acb6ad0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4101: 'e' : unreferenced local variable

Change-Id: I31372075311e45b7b772ff057aedf4c5f1d0ed18
üst 6a0757f0
...@@ -50,7 +50,7 @@ SvxFieldData* SvxFieldData::Create(const uno::Reference<text::XTextContent>& xTe ...@@ -50,7 +50,7 @@ SvxFieldData* SvxFieldData::Create(const uno::Reference<text::XTextContent>& xTe
aAny = xPropSet->getPropertyValue(UNO_TC_PROP_TEXTFIELD_TYPE); aAny = xPropSet->getPropertyValue(UNO_TC_PROP_TEXTFIELD_TYPE);
if ( !aAny.has<sal_Int32>() ) if ( !aAny.has<sal_Int32>() )
return NULL; return NULL;
} catch ( const beans::UnknownPropertyException& e ) } catch ( const beans::UnknownPropertyException& )
{ {
return NULL; return NULL;
} }
......
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