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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/AccessibleGlobal.hxx b/sc/inc/AccessibleGlobal.hxx
index 3720ed1066cc..587f2d2b6bd5 100644
--- a/sc/inc/AccessibleGlobal.hxx
+++ b/sc/inc/AccessibleGlobal.hxx
@@ -36,17 +36,17 @@ public:
// XAccessibleStateSet
virtual ::sal_Bool SAL_CALL isEmpty()
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::sal_Bool SAL_CALL contains(sal_Int16 nState)
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::sal_Bool SAL_CALL containsAll(
const ::com::sun::star::uno::Sequence<sal_Int16>& aStateSet)
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Sequence<sal_Int16> SAL_CALL getStates()
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// Non-UNO Methods