summaryrefslogtreecommitdiff
path: root/accessibility/inc/accessibility/extended/listboxaccessible.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/accessibility/extended/listboxaccessible.hxx')
-rw-r--r--accessibility/inc/accessibility/extended/listboxaccessible.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/accessibility/extended/listboxaccessible.hxx b/accessibility/inc/accessibility/extended/listboxaccessible.hxx
index 11439ca83716..3d967744441f 100644
--- a/accessibility/inc/accessibility/extended/listboxaccessible.hxx
+++ b/accessibility/inc/accessibility/extended/listboxaccessible.hxx
@@ -66,7 +66,7 @@ namespace accessibility
<p>Usually, you derive your class from both ListBoxAccessibleBase and XComponent,
and call XComponent::dispose here.</p>
*/
- virtual void SAL_CALL dispose() throw ( ::com::sun::star::uno::RuntimeException ) = 0;
+ virtual void SAL_CALL dispose() throw ( ::com::sun::star::uno::RuntimeException, std::exception ) = 0;
/// to be called in the dispose method of your derived class
void disposing();