coverity#1372381 Uncaught exception
Change-Id: I37fb1503737f81edb92a0571cc6222a69ba465c2
This commit is contained in:
@@ -268,7 +268,7 @@ css::task::UrlRecord find(
|
|||||||
throw(css::uno::RuntimeException, std::exception);
|
throw(css::uno::RuntimeException, std::exception);
|
||||||
|
|
||||||
static ::std::vector< OUString > DecodePasswords( const OUString& aLine, const OUString& aMasterPassword )
|
static ::std::vector< OUString > DecodePasswords( const OUString& aLine, const OUString& aMasterPassword )
|
||||||
throw(css::uno::RuntimeException);
|
throw(css::uno::RuntimeException, std::exception);
|
||||||
|
|
||||||
static OUString EncodePasswords(const std::vector< OUString >& lines, const OUString& aMasterPassword )
|
static OUString EncodePasswords(const std::vector< OUString >& lines, const OUString& aMasterPassword )
|
||||||
throw(css::uno::RuntimeException);
|
throw(css::uno::RuntimeException);
|
||||||
|
@@ -402,7 +402,6 @@ PasswordContainer::~PasswordContainer()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void SAL_CALL PasswordContainer::disposing( const EventObject& ) throw(RuntimeException, std::exception)
|
void SAL_CALL PasswordContainer::disposing( const EventObject& ) throw(RuntimeException, std::exception)
|
||||||
{
|
{
|
||||||
::osl::MutexGuard aGuard( mMutex );
|
::osl::MutexGuard aGuard( mMutex );
|
||||||
@@ -420,8 +419,7 @@ void SAL_CALL PasswordContainer::disposing( const EventObject& ) throw(RuntimeEx
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vector< OUString > PasswordContainer::DecodePasswords( const OUString& aLine, const OUString& aMasterPasswd ) throw(RuntimeException, std::exception)
|
||||||
vector< OUString > PasswordContainer::DecodePasswords( const OUString& aLine, const OUString& aMasterPasswd ) throw(RuntimeException)
|
|
||||||
{
|
{
|
||||||
if( !aMasterPasswd.isEmpty() )
|
if( !aMasterPasswd.isEmpty() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user