diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:38 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-11 23:02:50 +0200 |
commit | 879546015856e4219ac31b6343b6b0afc77800fb (patch) | |
tree | 1d3ba4052c0373631c5acfe45c8c947522b16744 /dbaccess | |
parent | aa2cd3f6398ef80770d63ac44f37e98f49716d74 (diff) |
Fix typo
Change-Id: I988a205025cd62d479adc2fbc9c2c86f05414fb5
Reviewed-on: https://gerrit.libreoffice.org/72166
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/misc/WCopyTable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx index 91e8e1870531..38458e8af440 100644 --- a/dbaccess/source/ui/misc/WCopyTable.cxx +++ b/dbaccess/source/ui/misc/WCopyTable.cxx @@ -1390,7 +1390,7 @@ OUString OCopyTableWizard::convertColumnName(const TColumnFindFunctor& _rCmpFu sName = sAlias + OUString::number(++nPos); } sAlias = sName; - // we have to check again, it could happen that the name is already to long + // we have to check again, it could happen that the name is already too long } while(_nMaxNameLen && sAlias.getLength() > _nMaxNameLen); } |