coverity#737046 Uncaught exception
Change-Id: Icc089ca0b320c7db0e00b48a787e1657d65514ae
This commit is contained in:
parent
d32883b641
commit
4fe6abdf69
@ -191,7 +191,8 @@ public:
|
||||
|
||||
// XDumper
|
||||
virtual OUString SAL_CALL dump()
|
||||
throw(::com::sun::star::uno::RuntimeException);
|
||||
throw(::com::sun::star::uno::RuntimeException,
|
||||
std::exception);
|
||||
|
||||
void setViewDirty();
|
||||
|
||||
|
@ -3014,7 +3014,7 @@ uno::Sequence< OUString > ChartView::getAvailableServiceNames() throw (uno::Runt
|
||||
return aServiceNames;
|
||||
}
|
||||
|
||||
OUString ChartView::dump() throw (uno::RuntimeException)
|
||||
OUString ChartView::dump() throw (uno::RuntimeException, std::exception)
|
||||
{
|
||||
impl_updateView();
|
||||
if(!mxRootShape.is())
|
||||
|
Loading…
x
Reference in New Issue
Block a user