summaryrefslogtreecommitdiff
path: root/sc/inc/AccessibleGlobal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/AccessibleGlobal.hxx')
-rw-r--r--sc/inc/AccessibleGlobal.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/sc/inc/AccessibleGlobal.hxx b/sc/inc/AccessibleGlobal.hxx
index 12106ddd82e6..9cc670e4df7c 100644
--- a/sc/inc/AccessibleGlobal.hxx
+++ b/sc/inc/AccessibleGlobal.hxx
@@ -34,18 +34,14 @@ public:
// XAccessibleStateSet
- virtual sal_Bool SAL_CALL isEmpty()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual sal_Bool SAL_CALL isEmpty() override;
- virtual sal_Bool SAL_CALL contains(sal_Int16 nState)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual sal_Bool SAL_CALL contains(sal_Int16 nState) override;
virtual sal_Bool SAL_CALL containsAll(
- const css::uno::Sequence<sal_Int16>& aStateSet)
- throw (css::uno::RuntimeException, std::exception) override;
+ const css::uno::Sequence<sal_Int16>& aStateSet) override;
- virtual css::uno::Sequence<sal_Int16> SAL_CALL getStates()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Sequence<sal_Int16> SAL_CALL getStates() override;
// Non-UNO Methods