summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-03 21:31:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-03 21:41:44 +0100
commitd7d0121a10c679fca2e0466fb54697f8433282aa (patch)
tree1d039d22c8241d1bdcf4b6d19ae90e89f299db50 /sd
parentf1f6b6db730ae67a427c7974b59a5e19ab571984 (diff)
Typo: selction/slection -> selection
Change-Id: I3f405d9525d3afb6534166fd733cabf7779a2846
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsFocusManager.cxx2
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx b/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
index 2147385426a7..1b9a3dc17ef6 100644
--- a/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
@@ -263,7 +263,7 @@ void FocusManager::NotifyFocusChangeListeners (void) const
// Create a copy of the listener list to be safe when that is modified.
::std::vector<Link> aListeners (maFocusChangeListeners);
- // Tell the slection change listeners that the selection has changed.
+ // Tell the selection change listeners that the selection has changed.
::std::vector<Link>::iterator iListener (aListeners.begin());
::std::vector<Link>::iterator iEnd (aListeners.end());
for (; iListener!=iEnd; ++iListener)
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx
index 08903068387e..13246b7444ec 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx
@@ -235,7 +235,7 @@ void SelectionManager::SelectionHasChanged (const bool bMakeSelectionVisible)
if (pDescriptor.get() != NULL)
pViewShell->UpdatePreview(pDescriptor->GetPage());
- // Tell the slection change listeners that the selection has changed.
+ // Tell the selection change listeners that the selection has changed.
::std::vector<Link>::iterator iListener (maSelectionChangeListeners.begin());
::std::vector<Link>::iterator iEnd (maSelectionChangeListeners.end());
for (; iListener!=iEnd; ++iListener)