diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-06 14:46:00 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-06 16:03:34 +0200 |
commit | e1e4efdc71d00ab2255b311cd420f929384ebbfa (patch) | |
tree | 79da006b755c700346d50835490915e81da4ed3b /sc/source/ui/Accessibility | |
parent | 5c54971cbc4672fc7bb3a2fb26bb6eda229a7fa8 (diff) |
Typo: s/dependend/dependent/i
Change-Id: If02798894ad6f0e0442ed60aaec6eca40e6dcb61
Diffstat (limited to 'sc/source/ui/Accessibility')
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleCell.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleCell.cxx b/sc/source/ui/Accessibility/AccessibleCell.cxx index 1ed01b3121e2..ab273e3202e6 100644 --- a/sc/source/ui/Accessibility/AccessibleCell.cxx +++ b/sc/source/ui/Accessibility/AccessibleCell.cxx @@ -286,7 +286,7 @@ uno::Reference<XAccessibleRelationSet> SAL_CALL pRelationSet = mpAccDoc->GetRelationSet(&maCellAddress); if (!pRelationSet) pRelationSet = new utl::AccessibleRelationSetHelper(); - FillDependends(pRelationSet); + FillDependents(pRelationSet); FillPrecedents(pRelationSet); return pRelationSet; } @@ -392,7 +392,7 @@ ScDocument* ScAccessibleCell::GetDocument(ScTabViewShell* pViewShell) return pEditSource; } -void ScAccessibleCell::FillDependends(utl::AccessibleRelationSetHelper* pRelationSet) +void ScAccessibleCell::FillDependents(utl::AccessibleRelationSetHelper* pRelationSet) { if (mpDoc) { |