diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-01 09:14:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-01 09:42:53 +0200 |
commit | 5482ee62a51f213eed49becff0a07640c030df7e (patch) | |
tree | 9d7a55ea4682fce906dcd798cd20800c079bc49c /svx/source | |
parent | 82dc186a2a0f819fded89a84956bd75a0096e06b (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/source')
-rw-r--r-- | svx/source/form/filtnav.cxx | 2 |
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; |