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

coverity#738426 Uncaught exception

Change-Id: I0a31715a79cde61ceb104e82dc05c5a752f9085d
üst d719713c
......@@ -280,7 +280,10 @@ public:
throw (::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::uno::RuntimeException,
std::exception);
virtual void SAL_CALL setPropertyToDefault( const OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setPropertyToDefault( const OUString& PropertyName )
throw (::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::uno::RuntimeException,
std::exception);
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyDefault( const OUString& aPropertyName )
throw (::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::lang::WrappedTargetException,
......
......@@ -1586,7 +1586,8 @@ Sequence< PropertyState > SwXTextViewCursor::getPropertyStates(
}
void SwXTextViewCursor::setPropertyToDefault( const OUString& rPropertyName )
throw(UnknownPropertyException, RuntimeException)
throw (UnknownPropertyException, RuntimeException,
std::exception)
{
SolarMutexGuard aGuard;
if(m_pView)
......
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