Kaydet (Commit) 7f6fbbba authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Michael Stahl

WaE: 'e' : unreferenced local variable

Change-Id: I06319bf6607ecc25a768f85de3ec142388bfa572
(cherry picked from commit 008b5c6a)
Signed-off-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst da18b4c3
...@@ -1419,7 +1419,7 @@ sal_Bool EmbeddedObjectContainer::StoreAsChildren(sal_Bool _bOasisFormat,sal_Boo ...@@ -1419,7 +1419,7 @@ sal_Bool EmbeddedObjectContainer::StoreAsChildren(sal_Bool _bOasisFormat,sal_Boo
{ {
xPersist->storeAsEntry( _xStorage, xPersist->getEntryName(), uno::Sequence< beans::PropertyValue >(), aArgs ); 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 << "'"); 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