summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleEditObject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/AccessibleEditObject.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleEditObject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleEditObject.hxx b/sc/source/ui/inc/AccessibleEditObject.hxx
index 5b5f96345655..3d470a2fc4c6 100644
--- a/sc/source/ui/inc/AccessibleEditObject.hxx
+++ b/sc/source/ui/inc/AccessibleEditObject.hxx
@@ -96,13 +96,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,