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

coverity#1308462 Uncaught exception

Change-Id: I2dbd6fe60b6f61fd321735eaede5f8975af3b44e
üst 601595db
......@@ -1528,7 +1528,7 @@ void HierarchyContent::insert( sal_Int32 nNameClashResolve,
void HierarchyContent::destroy( bool bDeletePhysical,
const uno::Reference<
ucb::XCommandEnvironment > & xEnv )
throw( uno::Exception )
throw( uno::Exception, std::exception )
{
// @@@ take care about bDeletePhysical -> trashcan support
......
......@@ -207,7 +207,7 @@ private:
void destroy( bool bDeletePhysical,
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 transfer( const ::com::sun::star::ucb::TransferInfo& rInfo,
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