summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-01 09:14:53 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-06-01 09:42:53 +0200
commit5482ee62a51f213eed49becff0a07640c030df7e (patch)
tree9d7a55ea4682fce906dcd798cd20800c079bc49c /svx
parent82dc186a2a0f819fded89a84956bd75a0096e06b (diff)
Fix typos
Change-Id: Ic7fbd750321e4cfde1cfb0e04ffb545bb1f66d9c Reviewed-on: https://gerrit.libreoffice.org/37921 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/filtnav.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx
index 50c7f557e6ce..199e667feac7 100644
--- a/svx/source/form/filtnav.cxx
+++ b/svx/source/form/filtnav.cxx
@@ -1776,7 +1776,7 @@ void FmFilterNavigator::KeyInput(const KeyEvent& rKEvt)
void FmFilterNavigator::DeleteSelection()
{
// to avoid the deletion of an entry twice (e.g. deletion of a parent and afterward
- // the deletion of its child, I have to shrink the selecton list
+ // the deletion of its child, I have to shrink the selection list
::std::vector<SvTreeListEntry*> aEntryList;
for (SvTreeListEntry* pEntry = FirstSelected();
pEntry != nullptr;