summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/Accessibility/AccessibleDocument.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx
index ea2688eb196d..fb17833245ae 100644
--- a/sc/source/ui/Accessibility/AccessibleDocument.cxx
+++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx
@@ -980,7 +980,7 @@ bool ScChildrenShapes::FindSelectedShapesChanges(const uno::Reference<drawing::X
{
sal_Int8 nComp(0);
if (aXShapesItr == aXShapesEndItr)
- nComp = -1; // simulate that the Shape is lower, so the selction state will be removed
+ nComp = -1; // simulate that the Shape is lower, so the selection state will be removed
else
nComp = Compare(*aDataItr, *aXShapesItr);
if (nComp == 0)