coverity#738381 Uncaught exception
Change-Id: Ie94bd97976f98cad5f21c96ef7344d4e66983fcc
This commit is contained in:
@@ -115,7 +115,8 @@ public:
|
||||
virtual ::com::sun::star::uno::Sequence<
|
||||
::com::sun::star::uno::Sequence<
|
||||
::com::sun::star::beans::PropertyValue > > SAL_CALL getRubyList( sal_Bool bAutomatic )
|
||||
throw(::com::sun::star::uno::RuntimeException);
|
||||
throw (::com::sun::star::uno::RuntimeException,
|
||||
std::exception);
|
||||
|
||||
virtual void SAL_CALL setRubyList(
|
||||
const ::com::sun::star::uno::Sequence<
|
||||
|
@@ -537,7 +537,8 @@ uno::Reference< beans::XPropertySet > SwXTextView::getViewSettings(void) throw(
|
||||
return *pxViewSettings;
|
||||
}
|
||||
|
||||
Sequence< Sequence< PropertyValue > > SwXTextView::getRubyList( sal_Bool /*bAutomatic*/ ) throw(RuntimeException)
|
||||
Sequence< Sequence< PropertyValue > > SwXTextView::getRubyList( sal_Bool /*bAutomatic*/ )
|
||||
throw (RuntimeException, std::exception)
|
||||
{
|
||||
SolarMutexGuard aGuard;
|
||||
|
||||
|
Reference in New Issue
Block a user