diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-03 21:31:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-03 21:41:44 +0100 |
commit | d7d0121a10c679fca2e0466fb54697f8433282aa (patch) | |
tree | 1d039d22c8241d1bdcf4b6d19ae90e89f299db50 /sc | |
parent | f1f6b6db730ae67a427c7974b59a5e19ab571984 (diff) |
Typo: selction/slection -> selection
Change-Id: I3f405d9525d3afb6534166fd733cabf7779a2846
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleDocument.cxx | 2 |
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) |