summaryrefslogtreecommitdiff
path: root/accessibility/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 20:09:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-28 11:29:14 +0000
commitab4b2e0b566d1ca5f730ef07ab335e4546d78346 (patch)
tree696aca7ff0f0e05c73b22d57facb0c41462fa9e5 /accessibility/inc
parent420ca6138c2bc56fcb98262c48b4bf2822cd73cd (diff)
coverity#983594 Uncaught exception
Change-Id: Ic49f88b44216a24df8a236b755d22b2537245c5f
Diffstat (limited to 'accessibility/inc')
-rw-r--r--accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx b/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx
index 4eff637f39ab..57c4a8bd609b 100644
--- a/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx
+++ b/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx
@@ -104,8 +104,12 @@ namespace accessibility
sal_Bool IsAlive_Impl() const;
sal_Bool IsShowing_Impl() const;
- Rectangle GetBoundingBox() throw ( ::com::sun::star::lang::DisposedException );
- Rectangle GetBoundingBoxOnScreen() throw ( ::com::sun::star::lang::DisposedException );
+ Rectangle GetBoundingBox()
+ throw (css::lang::DisposedException,
+ css::uno::RuntimeException);
+ Rectangle GetBoundingBoxOnScreen()
+ throw (css::lang::DisposedException,
+ css::uno::RuntimeException);
void EnsureIsAlive() const throw ( ::com::sun::star::lang::DisposedException );
void NotifyAccessibleEvent( sal_Int16 _nEventId, const ::com::sun::star::uno::Any& _aOldValue, const ::com::sun::star::uno::Any& _aNewValue );