WaE: warning C4101: ´e´ : unreferenced local variable
Change-Id: Ifa143e5a8f0e8254fbd324032951517d3a30c4c8
This commit is contained in:
@@ -456,7 +456,7 @@ void Entity::startElement( Event *pEvent )
|
|||||||
maContextStack.top().mxContext.set( static_cast<XFastContextHandler *>( xContext.get() ) );
|
maContextStack.top().mxContext.set( static_cast<XFastContextHandler *>( xContext.get() ) );
|
||||||
xContext.set( NULL, UNO_REF_NO_ACQUIRE );
|
xContext.set( NULL, UNO_REF_NO_ACQUIRE );
|
||||||
}
|
}
|
||||||
catch (const Exception& e)
|
catch (const Exception&)
|
||||||
{
|
{
|
||||||
saveException( ::cppu::getCaughtException() );
|
saveException( ::cppu::getCaughtException() );
|
||||||
}
|
}
|
||||||
@@ -475,7 +475,7 @@ void Entity::characters( const OUString& sChars )
|
|||||||
{
|
{
|
||||||
xContext->characters( sChars );
|
xContext->characters( sChars );
|
||||||
}
|
}
|
||||||
catch (const Exception& e)
|
catch (const Exception&)
|
||||||
{
|
{
|
||||||
saveException( ::cppu::getCaughtException() );
|
saveException( ::cppu::getCaughtException() );
|
||||||
}
|
}
|
||||||
@@ -499,7 +499,7 @@ void Entity::endElement()
|
|||||||
else
|
else
|
||||||
xContext->endUnknownElement( aContext.maNamespace, aContext.maElementName );
|
xContext->endUnknownElement( aContext.maNamespace, aContext.maElementName );
|
||||||
}
|
}
|
||||||
catch (const Exception& e)
|
catch (const Exception&)
|
||||||
{
|
{
|
||||||
saveException( ::cppu::getCaughtException() );
|
saveException( ::cppu::getCaughtException() );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user