summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/indexdialog.cxx
diff options
context:
space:
mode:
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 446737e41e1f..9d42d02623fb 100644
--- a/dbaccess/source/ui/dlg/indexdialog.cxx
+++ b/dbaccess/source/ui/dlg/indexdialog.cxx
@@ -540,7 +540,7 @@ namespace dbaui
{
OSL_ENSURE(!m_bEditAgain, "DbaIndexDialog::OnCloseDialog: somebody was faster than hell!");
// this means somebody entered a new name, which was invalid, which cause us to posted us an event,
- // and before the event arrived the user clicked onto "close". VERY fast, this user ....
+ // and before the event arrived the user clicked onto "close". VERY fast, this user...
m_pIndexList->EndEditing();
if (m_bEditAgain)
// could not commit the new name (started a new - asynchronous - edit trial)
@@ -618,7 +618,7 @@ namespace dbaui
if (aPosition->isNew())
{
updateToolbox();
- // no commitment needed here ....
+ // no commitment needed here...
return true;
}