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