summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbunoobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/classes/sbunoobj.cxx')
-rw-r--r--basic/source/classes/sbunoobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index 3557ed019768..77bb0f3c42c7 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -2722,7 +2722,7 @@ SbxVariable* SbUnoObject::Find( const OUString& rName, SbxClassType t )
}
catch( const Exception& )
{
- // Establish so that the exeption error will not be overwriten
+ // Establish so that the exception error will not be overwritten
if( !pRes )
pRes = new SbxVariable( SbxVARIANT );
@@ -2771,7 +2771,7 @@ SbxVariable* SbUnoObject::Find( const OUString& rName, SbxClassType t )
}
catch( const RuntimeException& e )
{
- // Establish so that the exeption error will not be overwriten
+ // Establish so that the exception error will not be overwritten
if( !pRes )
pRes = new SbxVariable( SbxVARIANT );