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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/AccessibleGlobal.hxx b/sc/inc/AccessibleGlobal.hxx
index 587f2d2b6bd5..3421b476c0be 100644
--- a/sc/inc/AccessibleGlobal.hxx
+++ b/sc/inc/AccessibleGlobal.hxx
@@ -35,13 +35,13 @@ public:
// XAccessibleStateSet
- virtual ::sal_Bool SAL_CALL isEmpty()
+ virtual sal_Bool SAL_CALL isEmpty()
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual ::sal_Bool SAL_CALL contains(sal_Int16 nState)
+ virtual sal_Bool SAL_CALL contains(sal_Int16 nState)
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual ::sal_Bool SAL_CALL containsAll(
+ virtual sal_Bool SAL_CALL containsAll(
const ::com::sun::star::uno::Sequence<sal_Int16>& aStateSet)
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;