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

coverity#738382 Uncaught exception

Change-Id: I927b3a9b4961f733a41b917929b304196d273fc7
üst fef8fb7a
......@@ -121,7 +121,8 @@ public:
const ::com::sun::star::uno::Sequence<
::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue > >& RubyList, sal_Bool bAutomatic )
throw(::com::sun::star::uno::RuntimeException);
throw (::com::sun::star::uno::RuntimeException,
std::exception);
//XPropertySet
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw (::com::sun::star::uno::RuntimeException);
......
......@@ -585,7 +585,7 @@ Sequence< Sequence< PropertyValue > > SwXTextView::getRubyList( sal_Bool /*bAuto
void SAL_CALL SwXTextView::setRubyList(
const Sequence< Sequence< PropertyValue > >& rRubyList, sal_Bool /*bAutomatic*/ )
throw(RuntimeException)
throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
......
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