summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/misc/indexcollection.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 18:51:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-09-11 23:43:34 +0200
commit157420e496ddebd7101d88ba8d07164d3971ad22 (patch)
treeb126bef25094bdc494604025c7f240f1026f5633 /dbaccess/source/ui/misc/indexcollection.cxx
parentAdapt solenv/flatpak-manifest.in to recent download.lst changes (diff)
downloadcore-157420e496ddebd7101d88ba8d07164d3971ad22.tar.gz
core-157420e496ddebd7101d88ba8d07164d3971ad22.zip
Typos
Mainly fixing '..' and '....' Change-Id: Ied226ed148c571d278ae65b3f468bd329f557fa9 Reviewed-on: https://gerrit.libreoffice.org/78669 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/misc/indexcollection.cxx')
-rw-r--r--dbaccess/source/ui/misc/indexcollection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/indexcollection.cxx b/dbaccess/source/ui/misc/indexcollection.cxx
index 280ec5c2cd95..e680e1cec9ab 100644
--- a/dbaccess/source/ui/misc/indexcollection.cxx
+++ b/dbaccess/source/ui/misc/indexcollection.cxx
@@ -193,7 +193,7 @@ namespace dbaui
bool OIndexCollection::drop(const Indexes::iterator& _rPos)
{
OSL_ENSURE((_rPos >= m_aIndexes.begin()) && (_rPos < m_aIndexes.end()),
- "OIndexCollection::drop: invalid position (fasten your seatbelt .... this will crash)!");
+ "OIndexCollection::drop: invalid position (fasten your seatbelt... this will crash)!");
if (!_rPos->isNew())
if (!dropNoRemove(_rPos))