summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/listboxaccessible.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/extended/listboxaccessible.hxx')
-rw-r--r--accessibility/inc/extended/listboxaccessible.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/extended/listboxaccessible.hxx b/accessibility/inc/extended/listboxaccessible.hxx
index 58576fd1e0e3..7e17bf55313d 100644
--- a/accessibility/inc/extended/listboxaccessible.hxx
+++ b/accessibility/inc/extended/listboxaccessible.hxx
@@ -60,7 +60,7 @@ namespace accessibility
@throws css::uno::RuntimeException
*/
- virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) = 0;
+ virtual void SAL_CALL dispose() = 0;
/// to be called in the dispose method of your derived class
void disposing();