summaryrefslogtreecommitdiffstats
path: root/basic/source/sbx/sbxobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxobj.cxx')
-rw-r--r--basic/source/sbx/sbxobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxobj.cxx b/basic/source/sbx/sbxobj.cxx
index 3afe8ca7d7ab..81574efd0fba 100644
--- a/basic/source/sbx/sbxobj.cxx
+++ b/basic/source/sbx/sbxobj.cxx
@@ -250,7 +250,7 @@ SbxVariable* SbxObject::Find( const XubString& rName, SbxClassType t )
pRes = pArray->Find( rName, t );
}
// ExtendedsSearch in the Object-Array?
- // For objects and DontCare is the Objektarray already
+ // For objects and DontCare is the array of objects already
// searched through
if( !pRes && ( t == SbxCLASS_METHOD || t == SbxCLASS_PROPERTY ) )
pRes = pObjs->Find( rName, t );