Kaydet (Commit) 008b5c6a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'e' : unreferenced local variable

Change-Id: I06319bf6607ecc25a768f85de3ec142388bfa572
üst a7bb5386
......@@ -1421,7 +1421,7 @@ sal_Bool EmbeddedObjectContainer::StoreAsChildren(sal_Bool _bOasisFormat,sal_Boo
{
xPersist->storeAsEntry( _xStorage, xPersist->getEntryName(), uno::Sequence< beans::PropertyValue >(), aArgs );
}
catch (const embed::WrongStateException& e)
catch (const embed::WrongStateException&)
{
SAL_WARN("comphelper", "failed to store '" << *pIter << "'");
}
......
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