summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:21:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:44 +0200
commit750e08e8718f23cf77e7cecd167919095760e0f6 (patch)
tree647c6263f5ef5534490451b478af4b3f3c81c89c /connectivity/source/sdbcx
parent30fc8e2a48c0bf6c9944fe0ae2d75ea2f3c2b0c9 (diff)
typo: drived class -> derived class
Diffstat (limited to 'connectivity/source/sdbcx')
-rw-r--r--connectivity/source/sdbcx/VCollection.cxx2
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