summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/indexdialog.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:48:29 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-09-30 08:42:52 +0000
commit4046f6d257a3a6c56d49485d212ccf28c8b0fb51 (patch)
treedf8c2377c0242980158b3f6c9a03a441c0cd0e63 /dbaccess/source/ui/dlg/indexdialog.cxx
parent1e468ed58994f4eb75519cb52111ed942fbc7377 (diff)
Fix typos
Change-Id: Ia37c28bbb7a1b47ed4a6beffb3f03eb26742b653 Reviewed-on: https://gerrit.libreoffice.org/18944 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'dbaccess/source/ui/dlg/indexdialog.cxx')
-rw-r--r--dbaccess/source/ui/dlg/indexdialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx
index 19c4dafab378..3ab7db66c55a 100644
--- a/dbaccess/source/ui/dlg/indexdialog.cxx
+++ b/dbaccess/source/ui/dlg/indexdialog.cxx
@@ -471,12 +471,12 @@ namespace dbaui
pAdjust->SetUserData(reinterpret_cast< void* >(sal_Int32(aAfterDropPos - m_pIndexes->begin())));
}
- // if the remvoved entry was the selected on ...
+ // if the removed entry was the selected on...
if (m_pPreviousSelection == _pEntry)
m_pPreviousSelection = NULL;
// the Remove automatically selected another entry (if possible), but we disabled the calling of the handler
- // to prevent that we missed something ... call the handler directly
+ // to prevent that we missed something... call the handler directly
OnIndexSelected(*m_pIndexList);
}