diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:21:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:44 +0200 |
commit | 750e08e8718f23cf77e7cecd167919095760e0f6 (patch) | |
tree | 647c6263f5ef5534490451b478af4b3f3c81c89c /connectivity | |
parent | 30fc8e2a48c0bf6c9944fe0ae2d75ea2f3c2b0c9 (diff) |
typo: drived class -> derived class
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/sdbcx/VCollection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/sdbcx/VCollection.cxx b/connectivity/source/sdbcx/VCollection.cxx index a427c4d7a0e2..76d0692b8dc4 100644 --- a/connectivity/source/sdbcx/VCollection.cxx +++ b/connectivity/source/sdbcx/VCollection.cxx @@ -389,7 +389,7 @@ void SAL_CALL OCollection::appendByDescriptor( const Reference< XPropertySet >& pDescriptor->setNew( false ); sName = getNameForObject( xNewlyCreated ); - if ( !m_pElements->exists( sName ) ) // this may happen when the drived class included it itself + if ( !m_pElements->exists( sName ) ) // this may happen when the derived class included it itself m_pElements->insert( sName, xNewlyCreated ); // notify our container listeners |