summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source')
-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 f993880c8b5a..97dd202d67a2 100644
--- a/basic/source/sbx/sbxobj.cxx
+++ b/basic/source/sbx/sbxobj.cxx
@@ -90,7 +90,7 @@ static void CheckParentsOnDelete( SbxObject* pObj, SbxArray* p )
{
pObj->EndListening( rRef->GetBroadcaster(), true );
}
- // does the element have more then one reference and still a Listener?
+ // does the element have more than one reference and still a Listener?
if( rRef->GetRefCount() > 1 )
{
rRef->SetParent( NULL );