summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 12:37:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:57 +0200
commit8b16cc50f4d1aeb820b3be2b6193cfea432f012a (patch)
tree36be60fd57777961a3dad569e84e52a88b625e51 /connectivity/source
parente5afa5406431a3e8c0358b2c64dd64a3b0c43ef3 (diff)
typo: te -> the
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/commontools/TKeys.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/TKeys.cxx b/connectivity/source/commontools/TKeys.cxx
index 693e686e8f9f..2aff5eedcc9a 100644
--- a/connectivity/source/commontools/TKeys.cxx
+++ b/connectivity/source/commontools/TKeys.cxx
@@ -235,7 +235,7 @@ sdbcx::ObjectType OKeysHelper::appendObject( const OUString& _rForName, const Re
while( xResult->next() )
{
OUString sName = xRow->getString(nColumn);
- if ( !m_pElements->exists(sName) ) // this name wasn't inserted yet so it must be te new one
+ if ( !m_pElements->exists(sName) ) // this name wasn't inserted yet so it must be the new one
{
descriptor->setPropertyValue( rPropMap.getNameByIndex( PROPERTY_ID_NAME ), makeAny( sName ) );
sNewName = sName;