summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 20:04:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-28 11:29:14 +0000
commit420ca6138c2bc56fcb98262c48b4bf2822cd73cd (patch)
tree3e2b84257b73faafe9eff2bdbaa0cf7e03466fb3 /accessibility/source/extended/accessibleiconchoicectrlentry.cxx
parenta650d9e368b72c2490ff661a047cd6a11472158e (diff)
coverity#706219 Uncaught exception
Change-Id: I1c2566337347679453bee46a78a4a0ecd7fdd2fb
Diffstat (limited to 'accessibility/source/extended/accessibleiconchoicectrlentry.cxx')
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrlentry.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
index 2217d828c100..437dc4856d71 100644
--- a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
+++ b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
@@ -149,7 +149,8 @@ throw(RuntimeException)
return bShowing;
}
// -----------------------------------------------------------------------------
- Rectangle AccessibleIconChoiceCtrlEntry::GetBoundingBox() throw ( lang::DisposedException )
+ Rectangle AccessibleIconChoiceCtrlEntry::GetBoundingBox()
+ throw (lang::DisposedException, uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -158,7 +159,8 @@ throw(RuntimeException)
return GetBoundingBox_Impl();
}
// -----------------------------------------------------------------------------
- Rectangle AccessibleIconChoiceCtrlEntry::GetBoundingBoxOnScreen() throw ( lang::DisposedException )
+ Rectangle AccessibleIconChoiceCtrlEntry::GetBoundingBoxOnScreen()
+ throw (lang::DisposedException, uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );