cppuhelper: retrofit std::exception into overriding exception specs
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
This commit is contained in:
@@ -179,7 +179,7 @@ void EncryptionEngine::clearUp( ) const
|
||||
|
||||
/* XBlockerMonitor */
|
||||
void SAL_CALL EncryptionEngine::setBlockerId( sal_Int32 id )
|
||||
throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException)
|
||||
throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException, std::exception)
|
||||
{
|
||||
m_nIdOfBlocker = id;
|
||||
tryToPerform();
|
||||
|
Reference in New Issue
Block a user