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

coverity#1308438 Uncaught exception

Change-Id: Ifa00f7776f796fef3bff4e78bedd2fdc47f52025
üst 0a76f0da
......@@ -272,7 +272,7 @@ bool createUrlRecord(
const OUString& aURL,
const OUString& aName,
bool bName, // only needed to support empty user names
const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& aHandler ) throw(::com::sun::star::uno::RuntimeException);
const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& aHandler ) throw(::com::sun::star::uno::RuntimeException, std::exception);
static OUString GetDefaultMasterPassword();
......
......@@ -758,7 +758,7 @@ UrlRecord PasswordContainer::find(
const OUString& aURL,
const OUString& aName,
bool bName, // only needed to support empty user names
const Reference< XInteractionHandler >& aHandler ) throw(RuntimeException)
const Reference< XInteractionHandler >& aHandler ) throw(RuntimeException, std::exception)
{
::osl::MutexGuard aGuard( mMutex );
......
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