summaryrefslogtreecommitdiff
path: root/accessibility/source
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/source
parent420ca6138c2bc56fcb98262c48b4bf2822cd73cd (diff)
coverity#983594 Uncaught exception
Change-Id: Ic49f88b44216a24df8a236b755d22b2537245c5f
Diffstat (limited to 'accessibility/source')
-rw-r--r--accessibility/source/extended/accessiblelistboxentry.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx
index 98666fdc9590..3d2cefa53dc2 100644
--- a/accessibility/source/extended/accessiblelistboxentry.cxx
+++ b/accessibility/source/extended/accessiblelistboxentry.cxx
@@ -163,7 +163,8 @@ namespace accessibility
return bShowing;
}
// -----------------------------------------------------------------------------
- Rectangle AccessibleListBoxEntry::GetBoundingBox() throw ( lang::DisposedException )
+ Rectangle AccessibleListBoxEntry::GetBoundingBox()
+ throw (lang::DisposedException, uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -172,7 +173,8 @@ namespace accessibility
return GetBoundingBox_Impl();
}
// -----------------------------------------------------------------------------
- Rectangle AccessibleListBoxEntry::GetBoundingBoxOnScreen() throw ( lang::DisposedException )
+ Rectangle AccessibleListBoxEntry::GetBoundingBoxOnScreen()
+ throw (lang::DisposedException, uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );