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

coverit#1308447 Uncaught exception

Change-Id: I9bf204458d2edfaf4c88703598ac0c88680304cf
üst 4af4d485
......@@ -2246,7 +2246,7 @@ void Content::insert(
const uno::Reference< io::XInputStream > & xInputStream,
bool bReplaceExisting,
const uno::Reference< ucb::XCommandEnvironment >& Environment )
throw( uno::Exception )
throw( uno::Exception, std::exception )
{
bool bTransient, bCollection;
OUString aEscapedTitle;
......
......@@ -165,7 +165,7 @@ private:
bool bReplaceExisting,
const com::sun::star::uno::Reference<
com::sun::star::ucb::XCommandEnvironment >& Environment )
throw( ::com::sun::star::uno::Exception );
throw( ::com::sun::star::uno::Exception, std::exception );
// Command "transfer"
void transfer( const ::com::sun::star::ucb::TransferInfo & rArgs,
......
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