diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-13 22:34:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-13 22:34:29 +0100 |
commit | 47fad74112cae23f636828489c318d09e46ba0ce (patch) | |
tree | 1b20e9c66a0982e885eae4524bd2f467c82f354e /dbaccess | |
parent | 7600a2942ce2b9dac66836105bed6620d55abec2 (diff) |
Typo: coumns->columns
Change-Id: Id3d6da491da12f74b00c39ff983f2f9dbc806aa1
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 90657c0292e2..d5e57ffe34e9 100644 --- a/dbaccess/source/ui/misc/WCopyTable.cxx +++ b/dbaccess/source/ui/misc/WCopyTable.cxx @@ -1080,7 +1080,7 @@ void OCopyTableWizard::loadData( const ICopyTableSourceObject& _rSourceObject, _rColVector.push_back(_rColumns.insert(ODatabaseExport::TColumns::value_type(pActFieldDescr->GetName(),pActFieldDescr)).first); } - // determine which coumns belong to the primary key + // determine which columns belong to the primary key Sequence< OUString > aPrimaryKeyColumns( _rSourceObject.getPrimaryKeyColumnNames() ); const OUString* pKeyColName = aPrimaryKeyColumns.getConstArray(); const OUString* pKeyColEnd = pKeyColName + aPrimaryKeyColumns.getLength(); |