Kaydet (Commit) a395e563 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308454 Uncaught exception

Change-Id: Id1460045db44e2ebb485e2cc53f4f53c6e4a4d58
üst 47e75e26
......@@ -1381,7 +1381,7 @@ uno::Sequence< uno::Any > HierarchyContent::setPropertyValues(
void HierarchyContent::insert( sal_Int32 nNameClashResolve,
const uno::Reference<
ucb::XCommandEnvironment > & xEnv )
throw( uno::Exception )
throw( uno::Exception, std::exception )
{
osl::ClearableGuard< osl::Mutex > aGuard( m_aMutex );
......
......@@ -202,7 +202,7 @@ private:
void insert( sal_Int32 nNameClashResolve,
const ::com::sun::star::uno::Reference<
::com::sun::star::ucb::XCommandEnvironment > & xEnv )
throw( ::com::sun::star::uno::Exception );
throw( ::com::sun::star::uno::Exception, std::exception );
void destroy( bool bDeletePhysical,
const ::com::sun::star::uno::Reference<
......
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