Kaydet (Commit) c2621e64 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1244954 Uncaught exception

Change-Id: Ica5e88ed8294c4256da2798093cd4a191b7c5313
üst 3bbfbed3
......@@ -444,7 +444,7 @@ void FilterCache::removeItem( EItemType eType,
void FilterCache::setItem( EItemType eType ,
const OUString& sItem ,
const CacheItem& aValue)
throw(css::uno::Exception)
throw(css::uno::Exception, std::exception)
{
// SAFE ->
::osl::ResettableMutexGuard aLock(m_aLock);
......
......@@ -503,7 +503,7 @@ class FilterCache : public BaseLock
virtual void setItem( EItemType eType ,
const OUString& sItem ,
const CacheItem& aValue)
throw(css::uno::Exception);
throw(css::uno::Exception, std::exception);
......
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