summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleCell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/AccessibleCell.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleCell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleCell.hxx b/sc/source/ui/inc/AccessibleCell.hxx
index 03b8b22762ac..5dbce7033f37 100644
--- a/sc/source/ui/inc/AccessibleCell.hxx
+++ b/sc/source/ui/inc/AccessibleCell.hxx
@@ -107,13 +107,13 @@ public:
///===== XAccessibleContext ==============================================
/// Return the number of currently visible children.
- // is overloaded to calculate this on demand
+ /// override to calculate this on demand
virtual sal_Int32 SAL_CALL
getAccessibleChildCount(void)
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
/// Return the specified child or NULL if index is invalid.
- // is overloaded to calculate this on demand
+ /// override to calculate this on demand
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> SAL_CALL
getAccessibleChild(sal_Int32 nIndex)
throw (::com::sun::star::uno::RuntimeException,